Fix Doxygen warning

This commit is contained in:
Chris Thrasher 2024-08-30 10:26:35 -06:00
parent 8ed98e337b
commit a7f7026804

View File

@ -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 <chrono> header. You can
/// even interoperates with the `<chrono>` header. You can
/// construct an sf::Time from a chrono::duration and read
/// any sf::Time as a chrono::duration.
///