Skip to content

Commit d447cea

Browse files
committed
doc: split overlong sentence
1 parent a4c0a6f commit d447cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/time/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ mod duration;
3535
/// backwards.
3636
///
3737
/// Instants are opaque types that can only be compared to one another. There is
38-
/// no method to get "the number of seconds" from an instant but instead it only
39-
/// allow learning the duration between two instants (or comparing two
38+
/// no method to get "the number of seconds" from an instant. Instead, it only
39+
/// allows measuring the duration between two instants (or comparing two
4040
/// instants).
4141
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
4242
#[unstable(feature = "time2", reason = "recently added", issue = "29866")]

0 commit comments

Comments
 (0)