Skip to content

Commit 33b64e1

Browse files
committed
bug symfony#3788 Fix link for StopwatchEvent class (rpg600)
This PR was merged into the 2.3 branch. Discussion ---------- Fix link for StopwatchEvent class Was in wrong branch... it's ok now. Commits ------- db89cc4 Fix link for StopwatchEvent class
2 parents 252ffe7 + db89cc4 commit 33b64e1

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)