We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44665c4 commit 3dd7e6eCopy full SHA for 3dd7e6e
src/libstd/time/mod.rs
@@ -140,7 +140,7 @@ impl SystemTime {
140
/// guaranteed to always be before later measurements (due to anomalies such
141
/// as the system clock being adjusted either forwards or backwards).
142
///
143
- /// If successful, `Ok(duration)` is returned where the duration represents
+ /// If successful, `Ok(Duration)` is returned where the duration represents
144
/// the amount of time elapsed from the specified measurement to this one.
145
146
/// Returns an `Err` if `earlier` is later than `self`, and the error
0 commit comments