Skip to content

Commit

Permalink
Rollup merge of #33591 - dns2utf8:systemtime_wording, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Use the correct word in the explanation

r? @steveklabnik
  • Loading branch information
Manishearth committed May 15, 2016
2 parents 9f336f6 + 91e43ac commit 762e5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/time/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub struct Instant(time::Instant);
/// Distinct from the `Instant` type, this time measurement **is not
/// monotonic**. This means that you can save a file to the file system, then
/// save another file to the file system, **and the second file has a
/// `SystemTime` measurement earlier than the second**. In other words, an
/// `SystemTime` measurement earlier than the first**. In other words, an
/// operation that happens after another operation in real time may have an
/// earlier `SystemTime`!
///
Expand Down

0 comments on commit 762e5b1

Please sign in to comment.