Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 127d17b

Browse files
committed
Merge pull request symfony#2919 from lucascourot/patch-3
Fix typo
2 parents 6e6588a + d587650 commit 127d17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/stopwatch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Periods
4747

4848
As you know from the real world, all stopwatches come with two buttons:
4949
one to start and stop the stopwatch, and another to measure the lap time.
50-
This is exactly what the :method:`Symfony\\Component\\Stopwatch\\Stopwatch::lap``
50+
This is exactly what the :method:`Symfony\\Component\\Stopwatch\\Stopwatch::lap`
5151
method does::
5252

5353
$stopwatch = new Stopwatch();
@@ -91,7 +91,7 @@ Symfony Profiler tool. Here is a basic usage example using sections::
9191

9292
$events = $stopwatch->getSectionEvents('routing');
9393

94-
You can reopen a closed section by calling the :method:`Symfony\\Component\\Stopwatch\\Stopwatch::openSection``
94+
You can reopen a closed section by calling the :method:`Symfony\\Component\\Stopwatch\\Stopwatch::openSection`
9595
method and specifying the id of the section to be reopened::
9696

9797
$stopwatch->openSection('routing');

0 commit comments

Comments
 (0)