We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd6d7c commit db89cc4Copy full SHA for db89cc4
components/stopwatch.rst
@@ -35,7 +35,7 @@ microtime by yourself. Instead, use the simple
35
// ... some code goes here
36
$event = $stopwatch->stop('eventName');
37
38
-The :class:`Symfony\\Component\\Stopwatch\StopwatchEvent` object can be retrieved
+The :class:`Symfony\\Component\\Stopwatch\\StopwatchEvent` object can be retrieved
39
from the :method:`Symfony\\Component\\Stopwatch\\Stopwatch::start`,
40
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::stop` and
41
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::lap` methods.
0 commit comments