Skip to content

Commit d587650

Browse files
committed
Fix typo
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.2+ | Fixed tickets |
1 parent e203c40 commit d587650

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)