From cc815d2de087c85aa416693edcba2006774383ed Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 25 Nov 2015 22:52:12 +0200 Subject: [PATCH] doc: this is already mentioned in previous paragraph, and is harder to read --- src/libstd/time/mod.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/libstd/time/mod.rs b/src/libstd/time/mod.rs index a9d4c79abfcc..261f3e266d7d 100644 --- a/src/libstd/time/mod.rs +++ b/src/libstd/time/mod.rs @@ -207,9 +207,8 @@ impl SystemTimeError { /// second system time was from the first. /// /// A `SystemTimeError` is returned from the `duration_from_earlier` - /// operation whenever the second duration, `earlier`, actually represents a - /// point later in time than the `self` of the method call. This function - /// will extract and return the amount of time later `earlier` actually is. + /// operation whenever the second system time represents a point later + /// in time than the `self` of the method call. pub fn duration(&self) -> Duration { self.0 }