Skip to content

Commit

Permalink
doc: remove info repeated on next paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Nov 25, 2015
1 parent e3dfb2c commit a5b2948
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/time/mod.rs
Expand Up @@ -22,8 +22,7 @@ pub use self::duration::Duration;

mod duration;

/// A measurement of a monotonically increasing clock which is suitable for
/// measuring the amount of time that an operation takes.
/// A measurement of a monotonically increasing clock.
///
/// Instants are guaranteed always be greater than any previously measured
/// instant when created, and are often useful for tasks such as measuring
Expand Down

0 comments on commit a5b2948

Please sign in to comment.