We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704bcc0 commit 01a57a2Copy full SHA for 01a57a2
src/libstd/time/mod.rs
@@ -118,7 +118,7 @@ pub struct Instant(time::Instant);
118
pub struct SystemTime(time::SystemTime);
119
120
/// An error returned from the `duration_since` method on `SystemTime`,
121
-/// used to learn about why how far in the opposite direction a timestamp lies.
+/// used to learn how far in the opposite direction a system time lies.
122
#[derive(Clone, Debug)]
123
#[stable(feature = "time2", since = "1.8.0")]
124
pub struct SystemTimeError(Duration);
0 commit comments