We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b2948 commit e15dd99Copy full SHA for e15dd99
src/libstd/time/mod.rs
@@ -24,7 +24,7 @@ mod duration;
24
25
/// A measurement of a monotonically increasing clock.
26
///
27
-/// Instants are guaranteed always be greater than any previously measured
+/// Instants are always guaranteed to be greater than any previously measured
28
/// instant when created, and are often useful for tasks such as measuring
29
/// benchmarks or timing how long an operation takes.
30
0 commit comments