Skip to content

Commit d3ddfff

Browse files
committed
minor #18164 [Clock] Small typo, additional backtick (rvanlaak)
This PR was merged into the 6.2 branch. Discussion ---------- [Clock] Small typo, additional backtick Fix for additional ` behind MonotonicClock. <img width="1269" alt="image" src="https://user-images.githubusercontent.com/2707563/230044351-45f90d44-fa47-497f-a7fc-c66ee6c5a455.png"> Commits ------- 829432f Small typo, additional backtick
2 parents 7d0baf6 + 829432f commit d3ddfff

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)