From 73d30cf458e1a65253e60c8f869f0e4c54024d61 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sun, 6 Oct 2024 12:36:14 -0600 Subject: [PATCH] Use namespace `std::` in docs --- include/SFML/System/Time.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/System/Time.hpp b/include/SFML/System/Time.hpp index ce1df1f76..183a2b371 100644 --- a/include/SFML/System/Time.hpp +++ b/include/SFML/System/Time.hpp @@ -458,7 +458,7 @@ constexpr Time& operator%=(Time& left, Time right); /// a number of seconds, milliseconds or microseconds. It /// even interoperates with the `` 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,