]> git.lizzy.rs Git - rust.git/commitdiff
Capitalize "Rust"
authorJosh Triplett <josh@joshtriplett.org>
Wed, 9 Feb 2022 20:17:38 +0000 (12:17 -0800)
committerThe 8472 <git@infinite-source.de>
Sun, 13 Feb 2022 00:06:36 +0000 (01:06 +0100)
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
library/std/src/time.rs

index 4a65d612a6208a426b4d5bf608dcd8bc7a075136..df8a726e64ecb380f13bea12112dc0f03a564336 100644 (file)
 /// 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.
 ///