Skip to content

Commit 3498012

Browse files
yansalbradfitz
authored andcommitted
net/mail: Fix typo
Fixes #21089 Change-Id: Idd65c7185b3e19f33958eb165cb5b09c06db3d56 Reviewed-on: https://go-review.googlesource.com/50110 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 77ee861 commit 3498012

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
@@ -49,7 +49,7 @@ type Message struct {
4949

5050
// ReadMessage reads a message from r.
5151
// The headers are parsed, and the body of the message will be available
52-
// for reading from r.
52+
// for reading from msg.Body.
5353
func ReadMessage(r io.Reader) (msg *Message, err error) {
5454
tp := textproto.NewReader(bufio.NewReader(r))
5555

0 commit comments

Comments
 (0)