We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63a8d9 commit 2ae616aCopy full SHA for 2ae616a
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