Skip to content

Commit 37a1fc5

Browse files
joshtriplettMark-Simulacrum
authored andcommitted
Capitalize "Rust"
Co-authored-by: Mark Rousskov <[email protected]>
1 parent 376d955 commit 37a1fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/time.rs

+1-1
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)