Skip to content

Commit 829432f

Browse files
authored
Small typo, additional backtick
1 parent 7d0baf6 commit 829432f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/clock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for different use cases:
1717
:class:`Symfony\\Component\\Clock\\MockClock`
1818
Commonly used in tests as a replacement for the ``NativeClock`` to be able
1919
to freeze and change the current time using either ``sleep()`` or ``modify()``.
20-
:class:`Symfony\\Component\\Clock\\MonotonicClock``
20+
:class:`Symfony\\Component\\Clock\\MonotonicClock`
2121
Relies on ``hrtime()`` and provides a high resolution, monotonic clock,
2222
when you need a precise stopwatch.
2323

0 commit comments

Comments
 (0)