From d447ceaedb08c1409e3c11b1cf616d2770d5559d Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 25 Nov 2015 22:47:17 +0200 Subject: [PATCH] doc: split overlong sentence --- src/libstd/time/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libstd/time/mod.rs b/src/libstd/time/mod.rs index 5d0d0fd9d2e..3633f66fa59 100644 --- a/src/libstd/time/mod.rs +++ b/src/libstd/time/mod.rs @@ -35,8 +35,8 @@ mod duration; /// backwards. /// /// Instants are opaque types that can only be compared to one another. There is -/// no method to get "the number of seconds" from an instant but instead it only -/// allow learning the duration between two instants (or comparing two +/// no method to get "the number of seconds" from an instant. Instead, it only +/// allows measuring the duration between two instants (or comparing two /// instants). #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord)] #[unstable(feature = "time2", reason = "recently added", issue = "29866")]