Skip to content

Commit 91e43ac

Browse files
committed
Use the correct word in the explanation
1 parent e88defe commit 91e43ac

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
@@ -76,7 +76,7 @@ pub struct Instant(time::Instant);
7676
/// Distinct from the `Instant` type, this time measurement **is not
7777
/// monotonic**. This means that you can save a file to the file system, then
7878
/// save another file to the file system, **and the second file has a
79-
/// `SystemTime` measurement earlier than the second**. In other words, an
79+
/// `SystemTime` measurement earlier than the first**. In other words, an
8080
/// operation that happens after another operation in real time may have an
8181
/// earlier `SystemTime`!
8282
///

0 commit comments

Comments
 (0)