mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
correct comment to match behavior
This commit is contained in:
parent
04e7f96dd8
commit
435de171a3
@ -284,7 +284,7 @@ impl Instant {
|
||||
}
|
||||
|
||||
/// Returns the amount of time elapsed from another instant to this one,
|
||||
/// or zero duration if that instant is earlier than this one.
|
||||
/// or zero duration if that instant is later than this one.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user