We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d904c1 + 2ae616a commit 37f061aCopy full SHA for 37f061a
library/std/src/time.rs
@@ -54,7 +54,7 @@ pub use core::time::FromSecsError;
54
/// instant when created, and are often useful for tasks such as measuring
55
/// benchmarks or timing how long an operation takes.
56
///
57
-/// Note, however, that instants are not guaranteed to be **steady**. In other
+/// Note, however, that instants are **not** guaranteed to be **steady**. In other
58
/// words, each tick of the underlying clock might not be the same length (e.g.
59
/// some seconds may be longer than others). An instant may jump forwards or
60
/// experience time dilation (slow down or speed up), but it will never go
0 commit comments