Skip to content

Commit

Permalink
time: fix a typo in instant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taliyahwebb committed Nov 20, 2024
1 parent 4047d79 commit ff08e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/time/instant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit ff08e1b

Please sign in to comment.