We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9814fa commit 97d046aCopy full SHA for 97d046a
src/libstd/time/mod.rs
@@ -36,7 +36,7 @@ mod duration;
36
/// A measurement of a monotonically nondecreasing clock.
37
/// Opaque and useful only with `Duration`.
38
///
39
-/// Instants are always guaranteed to no less than any previously measured
+/// Instants are always guaranteed to be no less than any previously measured
40
/// instant when created, and are often useful for tasks such as measuring
41
/// benchmarks or timing how long an operation takes.
42
0 commit comments