mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
time: fix a typo in Instant docs (#6982)
This commit is contained in:
@@ -116,7 +116,7 @@ impl Instant {
|
||||
}
|
||||
|
||||
/// Returns the amount of time elapsed since this instant was created,
|
||||
/// or zero duration if that this instant is in the future.
|
||||
/// or zero duration if this instant is in the future.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user