Skip to content

Commit d08578f

Browse files
authored
time: fix a typo in Instant docs (#6982)
1 parent 4047d79 commit d08578f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/time/instant.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl Instant {
116116
}
117117

118118
/// Returns the amount of time elapsed since this instant was created,
119-
/// or zero duration if that this instant is in the future.
119+
/// or zero duration if this instant is in the future.
120120
///
121121
/// # Examples
122122
///

0 commit comments

Comments
 (0)