Fix grammar

This commit is contained in:
Steven Fackler 2017-08-09 09:28:18 -07:00 committed by GitHub
parent c9814fa485
commit 97d046a727

View file

@ -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.
///