net/textproto: delete spurious quote

Sigh.

R=golang-dev, gri, nigeltao
CC=golang-dev
https://golang.org/cl/5675071
This commit is contained in:
Rob Pike 2012-02-17 11:35:38 +11:00
parent c49edc6137
commit 785ee50c55

View 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