From 188d889aaf8cccb73243812881ce1030355386cc Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Mon, 14 Jul 2014 20:46:04 -0700 Subject: ignore-lexer-test to broken files and remove some tray hyphens I blame @ChrisMorgan for the hyphens. --- src/libtime/lib.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/libtime') diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs index 7655ace0ecb..f8f63d50273 100644 --- a/src/libtime/lib.rs +++ b/src/libtime/lib.rs @@ -206,28 +206,28 @@ pub fn tzset() { /// also called a broken-down time value. #[deriving(Clone, PartialEq, Show)] pub struct Tm { - /// Seconds after the minute – [0, 60] + /// Seconds after the minute - [0, 60] pub tm_sec: i32, - /// Minutes after the hour – [0, 59] + /// Minutes after the hour - [0, 59] pub tm_min: i32, - /// Hours after midnight – [0, 23] + /// Hours after midnight - [0, 23] pub tm_hour: i32, - /// Day of the month – [1, 31] + /// Day of the month - [1, 31] pub tm_mday: i32, - /// Months since January – [0, 11] + /// Months since January - [0, 11] pub tm_mon: i32, /// Years since 1900 pub tm_year: i32, - /// Days since Sunday – [0, 6]. 0 = Sunday, 1 = Monday, …, 6 = Saturday. + /// Days since Sunday - [0, 6]. 0 = Sunday, 1 = Monday, ..., 6 = Saturday. pub tm_wday: i32, - /// Days since January 1 – [0, 365] + /// Days since January 1 - [0, 365] pub tm_yday: i32, /// Daylight Saving Time flag. @@ -241,7 +241,7 @@ pub struct Tm { /// for U.S. Pacific Daylight Time, the value is -7*60*60 = -25200. pub tm_gmtoff: i32, - /// Nanoseconds after the second – [0, 109 - 1] + /// Nanoseconds after the second - [0, 109 - 1] pub tm_nsec: i32, } -- cgit 1.4.1-3-g733a5