We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d0baf6 + 829432f commit d3ddfffCopy full SHA for d3ddfff
components/clock.rst
@@ -17,7 +17,7 @@ for different use cases:
17
:class:`Symfony\\Component\\Clock\\MockClock`
18
Commonly used in tests as a replacement for the ``NativeClock`` to be able
19
to freeze and change the current time using either ``sleep()`` or ``modify()``.
20
-:class:`Symfony\\Component\\Clock\\MonotonicClock``
+:class:`Symfony\\Component\\Clock\\MonotonicClock`
21
Relies on ``hrtime()`` and provides a high resolution, monotonic clock,
22
when you need a precise stopwatch.
23
0 commit comments