Fix grammar
This commit is contained in:
parent
c9814fa485
commit
97d046a727
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ mod duration;
|
|||
/// A measurement of a monotonically nondecreasing clock.
|
||||
/// Opaque and useful only with `Duration`.
|
||||
///
|
||||
/// Instants are always guaranteed to no less than any previously measured
|
||||
/// Instants are always guaranteed to be no less than any previously measured
|
||||
/// instant when created, and are often useful for tasks such as measuring
|
||||
/// benchmarks or timing how long an operation takes.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue