mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
time: fix typo in Instant::saturating_duration_since docs (#3864)
This commit is contained in:
parent
4a93af4d25
commit
60bd40d529
@ -98,7 +98,7 @@ impl Instant {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the amount of time elapsed from another instant to this one, or
|
/// Returns the amount of time elapsed from another instant to this one, or
|
||||||
/// zero duration if that instant is earlier than this one.
|
/// zero duration if that instant is later than this one.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user