Skip to content

Commit 3dd7e6e

Browse files
committed
doc: fix type name
1 parent 44665c4 commit 3dd7e6e

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
@@ -140,7 +140,7 @@ impl SystemTime {
140140
/// guaranteed to always be before later measurements (due to anomalies such
141141
/// as the system clock being adjusted either forwards or backwards).
142142
///
143-
/// If successful, `Ok(duration)` is returned where the duration represents
143+
/// If successful, `Ok(Duration)` is returned where the duration represents
144144
/// the amount of time elapsed from the specified measurement to this one.
145145
///
146146
/// Returns an `Err` if `earlier` is later than `self`, and the error

0 commit comments

Comments
 (0)