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:
Mazdak Farrokhzad 2019-09-10 17:19:29 +02:00 committed by GitHub
commit 26a4af9743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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