correct comment to match behavior
This commit is contained in:
parent
04e7f96dd8
commit
435de171a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue