]> Cypherpunks repositories - gostls13.git/commitdiff
net/textproto: delete spurious quote
authorRob Pike <r@golang.org>
Fri, 17 Feb 2012 00:35:38 +0000 (11:35 +1100)
committerRob Pike <r@golang.org>
Fri, 17 Feb 2012 00:35:38 +0000 (11:35 +1100)
Sigh.

R=golang-dev, gri, nigeltao
CC=golang-dev
https://golang.org/cl/5675071

src/pkg/net/textproto/textproto.go

index e47b6908ad208e79fd475938b12815fcf4060f60..ad5840cf7dafe882bdbeb365a6332d3f507e6ffd 100644 (file)
@@ -21,7 +21,7 @@
 // Writer, to write dot-encoded text blocks.
 //
 // Conn, a convenient packaging of Reader, Writer, and Pipeline for use
-// with a single network connection."
+// with a single network connection.
 //
 package textproto