Skip to content

Commit

Permalink
Rollup merge of rust-lang#64331 - hman523:fix-64322, r=varkor
Browse files Browse the repository at this point in the history
Changed instant is earlier to instant is later

Fixed the documentation issue from rust-lang#64322
  • Loading branch information
Centril committed Sep 10, 2019
2 parents 35c24b4 + 79263af commit 26a4af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit 26a4af9

Please sign in to comment.