We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376d955 commit 37a1fc5Copy full SHA for 37a1fc5
library/std/src/time.rs
@@ -133,7 +133,7 @@ pub use core::time::FromFloatSecsError;
133
/// if available, which is the case for all [tier 1] platforms.
134
/// In practice such guarantees are – under rare circumstances – broken by hardware, virtualization
135
/// or operating system bugs. To work around these bugs and platforms not offering monotonic clocks
136
-/// [`duration_since`], [`elapsed`] and [`sub`] saturate to zero. In older rust versions this
+/// [`duration_since`], [`elapsed`] and [`sub`] saturate to zero. In older Rust versions this
137
/// lead to a panic instead. [`checked_duration_since`] can be used to detect and handle situations
138
/// where monotonicity is violated, or `Instant`s are subtracted in the wrong order.
139
///
0 commit comments