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 24f4a9d1c3
commit 21307a9d1d

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.