Skip to content

Commit

Permalink
Changed instant is earlier to instant is later
Browse files Browse the repository at this point in the history
  • Loading branch information
hman523 committed Sep 10, 2019
1 parent 0b36e9d commit 79263af
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 79263af

Please sign in to comment.