diff --git a/user_guide_src/source/testing/benchmark.rst b/user_guide_src/source/testing/benchmark.rst index 0277c5476e1f..bac8ddd8a560 100644 --- a/user_guide_src/source/testing/benchmark.rst +++ b/user_guide_src/source/testing/benchmark.rst @@ -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