diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-11-25 22:45:39 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-11-25 22:45:39 +0200 |
| commit | e15dd99b7b76f2d5b8dd6b728cdbc25a5859da12 (patch) | |
| tree | 953c1dc319f37625564314d3d7e9396d011957af /src/libstd/time | |
| parent | a5b294864a99ebdd742202c4fce51506adc3aa0b (diff) | |
| download | rust-e15dd99b7b76f2d5b8dd6b728cdbc25a5859da12.tar.gz rust-e15dd99b7b76f2d5b8dd6b728cdbc25a5859da12.zip | |
doc: fix grammar
Diffstat (limited to 'src/libstd/time')
| -rw-r--r-- | src/libstd/time/mod.rs | 2 |
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. /// |
