diff options
| author | Angus Lees <gus@inodes.org> | 2014-08-01 14:08:04 +1000 |
|---|---|---|
| committer | Angus Lees <gus@inodes.org> | 2014-08-01 14:08:04 +1000 |
| commit | 4d52e436c4efd707ab66885212c90bae4dd27d1f (patch) | |
| tree | 9d565bd8d8fdb8247c98812fc3c0988275fa094c | |
| parent | b495933a7fdc5e7b28ddbb058d1e2dab330ace7b (diff) | |
| download | rust-4d52e436c4efd707ab66885212c90bae4dd27d1f.tar.gz rust-4d52e436c4efd707ab66885212c90bae4dd27d1f.zip | |
Correct RFC reference in time::Tm::rfc3339 docs
Fixes #16158
| -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 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" |
