diff options
| author | bors <bors@rust-lang.org> | 2014-08-02 08:36:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-08-02 08:36:09 +0000 |
| commit | 020b91b436c5218597301455e5a97f9b47b31024 (patch) | |
| tree | d19f9196f1a031ff0b8711ed6ae9a9c8725a2f76 /src/libtime | |
| parent | 5793b4211cfeca4c6de6b85a625745fee6b4955f (diff) | |
| parent | 4d52e436c4efd707ab66885212c90bae4dd27d1f (diff) | |
| download | rust-020b91b436c5218597301455e5a97f9b47b31024.tar.gz rust-020b91b436c5218597301455e5a97f9b47b31024.zip | |
auto merge of #16164 : anguslees/rust/rfc3999, r=alexcrichton
Fixes #16158
Diffstat (limited to 'src/libtime')
| -rw-r--r-- | src/libtime/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs index 16e8f764a89..9ac1e2a6157 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" |
