time: fix a typo in Instant docs (#6982)

This commit is contained in:
Taliyah Webb
2024-11-20 12:02:55 +00:00
committed by GitHub
parent 4047d7962a
commit d08578fc9a
+1 -1
View File
@@ -116,7 +116,7 @@ impl Instant {
} }
/// Returns the amount of time elapsed since this instant was created, /// 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 /// # Examples
/// ///