We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72735e7 commit 504db53Copy full SHA for 504db53
src/net/textproto/reader.go
@@ -88,7 +88,7 @@ func (r *Reader) readLineSlice() ([]byte, error) {
88
// The first call to ReadContinuedLine will return "Line 1 continued..."
89
// and the second will return "Line 2".
90
//
91
-// A line consisting of only white space is never continued.
+// Empty lines are never continued.
92
93
func (r *Reader) ReadContinuedLine() (string, error) {
94
line, err := r.readContinuedLineSlice(noValidation)
0 commit comments