Skip to content

Commit fb59641

Browse files
committed
Rollup merge of #33591 - dns2utf8:systemtime_wording, r=GuillaumeGomez
Use the correct word in the explanation r? @steveklabnik
2 parents 2f3f79b + 91e43ac commit fb59641

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)