Skip to content

Commit b671729

Browse files
committed
Add RFC 1123 to FeedDateFormatter documentation comment
1 parent 7863be8 commit b671729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FeedKit/FeedDateFormatter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ enum DateSpec {
225225

226226
// MARK: - FeedDateFormatter
227227

228-
/// A formatter that handles multiple date specifications (ISO8601, RFC3339, RFC822).
228+
/// A formatter that handles multiple date specifications (ISO8601, RFC3339, RFC822, RFC1123).
229229
final class FeedDateFormatter: DateFormatter, @unchecked Sendable {
230230
// MARK: Lifecycle
231231

0 commit comments

Comments
 (0)