From 829432fe51c8669c283cda9238e5d7f8f103ba96 Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Wed, 5 Apr 2023 11:42:49 +0200 Subject: [PATCH] Small typo, additional backtick --- components/clock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/clock.rst b/components/clock.rst index 9202a399638..2556d0da285 100644 --- a/components/clock.rst +++ b/components/clock.rst @@ -17,7 +17,7 @@ for different use cases: :class:`Symfony\\Component\\Clock\\MockClock` Commonly used in tests as a replacement for the ``NativeClock`` to be able to freeze and change the current time using either ``sleep()`` or ``modify()``. -:class:`Symfony\\Component\\Clock\\MonotonicClock`` +:class:`Symfony\\Component\\Clock\\MonotonicClock` Relies on ``hrtime()`` and provides a high resolution, monotonic clock, when you need a precise stopwatch.