Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79263af

Browse files
committedSep 10, 2019
Changed instant is earlier to instant is later
1 parent 0b36e9d commit 79263af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libstd/time.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ impl Instant {
216216
}
217217

218218
/// Returns the amount of time elapsed from another instant to this one,
219-
/// or None if that instant is earlier than this one.
219+
/// or None if that instant is later than this one.
220220
///
221221
/// # Examples
222222
///

0 commit comments

Comments
 (0)
Please sign in to comment.