Skip to content

Commit db89cc4

Browse files
committed
Fix link for StopwatchEvent class
1 parent cfd6d7c commit db89cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/stopwatch.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ microtime by yourself. Instead, use the simple
3535
// ... some code goes here
3636
$event = $stopwatch->stop('eventName');
3737

38-
The :class:`Symfony\\Component\\Stopwatch\StopwatchEvent` object can be retrieved
38+
The :class:`Symfony\\Component\\Stopwatch\\StopwatchEvent` object can be retrieved
3939
from the :method:`Symfony\\Component\\Stopwatch\\Stopwatch::start`,
4040
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::stop` and
4141
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::lap` methods.

0 commit comments

Comments
 (0)