Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 127d17b

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/stopwatch.rst

Copy file name to clipboardExpand all lines: components/stopwatch.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.