glfw: update time documentation to glfw@master

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-06-11 15:46:18 -07:00 committed by Stephen Gutekanst
parent 830b9e2080
commit 77db3245aa

View file

@ -17,7 +17,7 @@ const internal_debug = @import("internal_debug.zig");
/// ///
/// The resolution of the timer is system dependent, but is usually on the order /// The resolution of the timer is system dependent, but is usually on the order
/// of a few micro- or nanoseconds. It uses the highest-resolution monotonic /// of a few micro- or nanoseconds. It uses the highest-resolution monotonic
/// time source on each supported platform. /// time source on each supported operating system.
/// ///
/// @return The current time, in seconds, or zero if an /// @return The current time, in seconds, or zero if an
/// error occurred. /// error occurred.