From 4d52e436c4efd707ab66885212c90bae4dd27d1f Mon Sep 17 00:00:00 2001 From: Angus Lees Date: Fri, 1 Aug 2014 14:08:04 +1000 Subject: [PATCH] Correct RFC reference in time::Tm::rfc3339 docs Fixes #16158 --- src/libtime/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs index 53e6bdc5641bb..07dd9e8c02af5 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"