Skip to content

Commit e15dd99

Browse files
committed
doc: fix grammar
1 parent a5b2948 commit e15dd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/time/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mod duration;
2424

2525
/// A measurement of a monotonically increasing clock.
2626
///
27-
/// Instants are guaranteed always be greater than any previously measured
27+
/// Instants are always guaranteed to be greater than any previously measured
2828
/// instant when created, and are often useful for tasks such as measuring
2929
/// benchmarks or timing how long an operation takes.
3030
///

0 commit comments

Comments
 (0)