File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ pub use core::time::FromFloatSecsError;
133133/// if available, which is the case for all [tier 1] platforms.
134134/// In practice such guarantees are – under rare circumstances – broken by hardware, virtualization
135135/// 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
136+ /// [`duration_since`], [`elapsed`] and [`sub`] saturate to zero. In older Rust versions this
137137/// lead to a panic instead. [`checked_duration_since`] can be used to detect and handle situations
138138/// where monotonicity is violated, or `Instant`s are subtracted in the wrong order.
139139///
You can’t perform that action at this time.
0 commit comments