Skip to content

Commit

Permalink
cite correct RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Hightower committed Mar 29, 2024
1 parent 379182b commit 974d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class Message {
// This regex is based on RFC-822 “simple field parsing”
// specifically section “B.1. SYNTAX” but extended to accept byte
// values in the range 128 to 255 to support UTF-8 encoding in the
// bodies of header fields as specified by RFC-6531.
// bodies of header fields as specified by RFC-6532.

// See <https://datatracker.ietf.org/doc/html/rfc822#appendix-B.1>

Expand Down

0 comments on commit 974d041

Please sign in to comment.