Skip to content

Commit

Permalink
Correct RFC reference in time::Tm::rfc3339 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anguslees committed Aug 1, 2014
1 parent b495933 commit 4d52e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtime/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit 4d52e43

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.