correct comment to match behavior

This commit is contained in:
Zan Tysor 2020-02-29 08:40:09 -05:00
parent 04e7f96dd8
commit 435de171a3

View File

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