about summary refs log tree commit diff
path: root/src/libstd/time
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-11-25 22:45:39 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-11-25 22:45:39 +0200
commite15dd99b7b76f2d5b8dd6b728cdbc25a5859da12 (patch)
tree953c1dc319f37625564314d3d7e9396d011957af /src/libstd/time
parenta5b294864a99ebdd742202c4fce51506adc3aa0b (diff)
downloadrust-e15dd99b7b76f2d5b8dd6b728cdbc25a5859da12.tar.gz
rust-e15dd99b7b76f2d5b8dd6b728cdbc25a5859da12.zip
doc: fix grammar
Diffstat (limited to 'src/libstd/time')
-rw-r--r--src/libstd/time/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/time/mod.rs b/src/libstd/time/mod.rs
index f74d2656076..1c26efb4fbf 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.
 ///