Commit 785ee50c authored by Rob Pike's avatar Rob Pike

net/textproto: delete spurious quote

Sigh.

R=golang-dev, gri, nigeltao
CC=golang-dev
https://golang.org/cl/5675071
parent c49edc61
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
// Writer, to write dot-encoded text blocks. // Writer, to write dot-encoded text blocks.
// //
// Conn, a convenient packaging of Reader, Writer, and Pipeline for use // Conn, a convenient packaging of Reader, Writer, and Pipeline for use
// with a single network connection." // with a single network connection.
// //
package textproto package textproto
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment