Skip to content

Commit

Permalink
doc: fix type name
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Nov 25, 2015
1 parent 44665c4 commit 3dd7e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/time/mod.rs
Expand Up @@ -140,7 +140,7 @@ impl SystemTime {
/// guaranteed to always be before later measurements (due to anomalies such
/// as the system clock being adjusted either forwards or backwards).
///
/// If successful, `Ok(duration)` is returned where the duration represents
/// If successful, `Ok(Duration)` is returned where the duration represents
/// the amount of time elapsed from the specified measurement to this one.
///
/// Returns an `Err` if `earlier` is later than `self`, and the error
Expand Down

0 comments on commit 3dd7e6e

Please sign in to comment.