mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Changed instant is earlier to instant is later
This commit is contained in:
parent
0b36e9dea3
commit
79263afb3e
@ -216,7 +216,7 @@ impl Instant {
|
||||
}
|
||||
|
||||
/// Returns the amount of time elapsed from another instant to this one,
|
||||
/// or None if that instant is earlier than this one.
|
||||
/// or None if that instant is later than this one.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user