Skip to content

Commit 5c065ed

Browse files
authored
Merge pull request #8936 from obozdag/patch-14
docs: Small typo in testing/benchmark.rst
2 parents 8c459cf + 4071cfd commit 5c065ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/benchmark.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the ``start()`` and ``stop()`` methods.
2525
Timer::start()
2626
==============
2727

28-
The ``start()`` methods takes a single parameter: the name of this timer. You can use any string as the name
28+
The ``start()`` method takes a single parameter: the name of this timer. You can use any string as the name
2929
of the timer. It is only used for you to reference later to know which measurement is which:
3030

3131
.. literalinclude:: benchmark/001.php

0 commit comments

Comments
 (0)