Use namespace std:: in docs

This commit is contained in:
Chris Thrasher 2024-10-06 12:36:14 -06:00
parent c73fad46c0
commit 73d30cf458
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -458,7 +458,7 @@ constexpr Time& operator%=(Time& left, Time right);
/// a number of seconds, milliseconds or microseconds. It
/// 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.
/// any `sf::Time` as a `std::chrono::duration`.
///
/// By using such a flexible interface, the API doesn't
/// impose any fixed type or resolution for time values,