mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 12:54:00 +00:00
doc: fix type name
This commit is contained in:
parent
44665c4e61
commit
3dd7e6ed7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user