Skip to content

Commit

Permalink
Correct RFC reference in time::Tm::rfc3339 docs
Browse files Browse the repository at this point in the history
Fixes #16158
  • 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

5 comments on commit 4d52e43

@bors
Copy link
Contributor

@bors bors commented on 4d52e43 Aug 2, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at anguslees@4d52e43

@bors
Copy link
Contributor

@bors bors commented on 4d52e43 Aug 2, 2014

Choose a reason for hiding this comment

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

merging anguslees/rust/rfc3999 = 4d52e43 into auto

@bors
Copy link
Contributor

@bors bors commented on 4d52e43 Aug 2, 2014

Choose a reason for hiding this comment

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

anguslees/rust/rfc3999 = 4d52e43 merged ok, testing candidate = 020b91b

@bors
Copy link
Contributor

@bors bors commented on 4d52e43 Aug 2, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 020b91b

Please sign in to comment.