net/mail: typo in ReadMessage doc #21089
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
The doc at https://golang.org/pkg/net/mail/#ReadMessage says
ReadMessage reads a message from r. The headers are parsed, and the body of the message will be available for reading from r.
The last part should be
the body of the message will be available for reading from msg.Body.
instead.(I would be happy to send a CL to practice the contribution process.)
The text was updated successfully, but these errors were encountered: