From e15dd99b7b76f2d5b8dd6b728cdbc25a5859da12 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 25 Nov 2015 22:45:39 +0200 Subject: [PATCH] doc: fix grammar --- src/libstd/time/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/time/mod.rs b/src/libstd/time/mod.rs index f74d26560769f..1c26efb4fbff6 100644 --- a/src/libstd/time/mod.rs +++ b/src/libstd/time/mod.rs @@ -24,7 +24,7 @@ mod duration; /// 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 /// benchmarks or timing how long an operation takes. ///