Skip to content

Commit

Permalink
docs: Small typo in testing/benchmark.rst
Browse files Browse the repository at this point in the history
Small typo in testing/benchmark.rst
  • Loading branch information
obozdag authored Jun 5, 2024
1 parent 8c459cf commit 4071cfd
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 4071cfd

Please sign in to comment.