Skip to content

Commit 4d52e43

Browse files
committed
Correct RFC reference in time::Tm::rfc3339 docs
Fixes #16158
1 parent b495933 commit 4d52e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtime/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl Tm {
364364
}
365365

366366
/**
367-
* Returns a time string formatted according to RFC 3999. RFC 3999 is
367+
* Returns a time string formatted according to RFC 3339. RFC 3339 is
368368
* compatible with ISO 8601.
369369
*
370370
* local: "2012-02-22T07:53:18-07:00"

0 commit comments

Comments
 (0)