about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libtime/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs
index 53e6bdc5641..07dd9e8c02a 100644
--- a/src/libtime/lib.rs
+++ b/src/libtime/lib.rs
@@ -364,7 +364,7 @@ impl Tm {
     }
 
     /**
-     * Returns a time string formatted according to RFC 3999. RFC 3999 is
+     * Returns a time string formatted according to RFC 3339. RFC 3339 is
      * compatible with ISO 8601.
      *
      * local: "2012-02-22T07:53:18-07:00"