Skip to content

Commit 4071cfd

Browse files
authored
docs: Small typo in testing/benchmark.rst
Small typo in testing/benchmark.rst
1 parent 8c459cf commit 4071cfd

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)