1
Fork 0

doc: fix grammar

This commit is contained in:
Tshepang Lekhonkhobe 2015-11-25 22:45:39 +02:00
parent a5b294864a
commit e15dd99b7b

View file

@ -24,7 +24,7 @@ mod duration;
/// A measurement of a monotonically increasing clock. /// A measurement of a monotonically increasing clock.
/// ///
/// Instants are guaranteed always be greater than any previously measured /// Instants are always guaranteed to be greater than any previously measured
/// instant when created, and are often useful for tasks such as measuring /// instant when created, and are often useful for tasks such as measuring
/// benchmarks or timing how long an operation takes. /// benchmarks or timing how long an operation takes.
/// ///