diff --git a/include/SFML/System/Time.hpp b/include/SFML/System/Time.hpp index 3180c8fe5..e32b857c0 100644 --- a/include/SFML/System/Time.hpp +++ b/include/SFML/System/Time.hpp @@ -462,7 +462,7 @@ constexpr Time& operator%=(Time& left, Time right); /// seconds, milliseconds or microseconds. It also works the /// other way round: you can read a time value as either /// a number of seconds, milliseconds or microseconds. It -/// even interoperates with the header. You can +/// even interoperates with the `` header. You can /// construct an sf::Time from a chrono::duration and read /// any sf::Time as a chrono::duration. ///