Skip to content

Commit 97d046a

Browse files
authored
Fix grammar
1 parent c9814fa commit 97d046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/time/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mod duration;
3636
/// A measurement of a monotonically nondecreasing clock.
3737
/// Opaque and useful only with `Duration`.
3838
///
39-
/// Instants are always guaranteed to no less than any previously measured
39+
/// Instants are always guaranteed to be no less than any previously measured
4040
/// instant when created, and are often useful for tasks such as measuring
4141
/// benchmarks or timing how long an operation takes.
4242
///

0 commit comments

Comments
 (0)