mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
Rollup merge of #64331 - hman523:fix-64322, r=varkor
Changed instant is earlier to instant is later Fixed the documentation issue from #64322
This commit is contained in:
commit
26a4af9743
@ -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