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

This commit is contained in:
Taliyah Webb 2024-11-20 13:02:55 +01:00 committed by GitHub
parent 4047d7962a
commit d08578fc9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
///