Skip to content

Commit

Permalink
Merge pull request #8936 from obozdag/patch-14
Browse files Browse the repository at this point in the history
docs: Small typo in testing/benchmark.rst
  • Loading branch information
kenjis authored Jun 5, 2024
2 parents 8c459cf + 4071cfd commit 5c065ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/testing/benchmark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the ``start()`` and ``stop()`` methods.
Timer::start()
==============

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

.. literalinclude:: benchmark/001.php
Expand Down

0 comments on commit 5c065ed

Please sign in to comment.