We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f336f6 + 91e43ac commit 762e5b1Copy full SHA for 762e5b1
src/libstd/time/mod.rs
@@ -76,7 +76,7 @@ pub struct Instant(time::Instant);
76
/// Distinct from the `Instant` type, this time measurement **is not
77
/// monotonic**. This means that you can save a file to the file system, then
78
/// save another file to the file system, **and the second file has a
79
-/// `SystemTime` measurement earlier than the second**. In other words, an
+/// `SystemTime` measurement earlier than the first**. In other words, an
80
/// operation that happens after another operation in real time may have an
81
/// earlier `SystemTime`!
82
///
0 commit comments