Changed instant is earlier to instant is later

This commit is contained in:
hman523 2019-09-09 21:19:01 -05:00
parent 0b36e9dea3
commit 79263afb3e

View File

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