Skip to content

Commit

Permalink
Capitalize "Rust"
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
  • Loading branch information
2 people authored and the8472 committed Feb 13, 2022
1 parent 376d955 commit 37a1fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub use core::time::FromFloatSecsError;
/// if available, which is the case for all [tier 1] platforms.
/// In practice such guarantees are – under rare circumstances – broken by hardware, virtualization
/// or operating system bugs. To work around these bugs and platforms not offering monotonic clocks
/// [`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
/// lead to a panic instead. [`checked_duration_since`] can be used to detect and handle situations
/// where monotonicity is violated, or `Instant`s are subtracted in the wrong order.
///
Expand Down

0 comments on commit 37a1fc5

Please sign in to comment.