mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
time: fix typo in Instant::saturating_duration_since docs (#3864)
This commit is contained in:
@@ -98,7 +98,7 @@ impl Instant {
|
||||
}
|
||||
|
||||
/// 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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user