Skip to content

Commit cac334c

Browse files
committed
net/mail: clarify doc comment
Rewrite the text added in CL 50911, which I did not understand. Change-Id: Id6271ffe2f7c8833dd7733fe0254fa4927fac150 Reviewed-on: https://go-review.googlesource.com/78124 Run-TryBot: Russ Cox <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent e671a55 commit cac334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/mail/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Notable divergences:
1313
* The full range of spacing (the CFWS syntax element) is not supported,
1414
such as breaking addresses across lines.
1515
* No unicode normalization is performed.
16-
* Address with some RFC 5322 3.2.3 specials without quotes are parsed.
16+
* The special characters ()[]:;@\, are allowed to appear unquoted in names.
1717
*/
1818
package mail
1919

0 commit comments

Comments
 (0)