summaryrefslogtreecommitdiff
path: root/src/pkg/net/textproto/textproto.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/net/textproto/textproto.go')
-rw-r--r--src/pkg/net/textproto/textproto.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pkg/net/textproto/textproto.go b/src/pkg/net/textproto/textproto.go
index fbfad9d61..9f19b5495 100644
--- a/src/pkg/net/textproto/textproto.go
+++ b/src/pkg/net/textproto/textproto.go
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// The textproto package implements generic support for
-// text-based request/response protocols in the style of
-// HTTP, NNTP, and SMTP.
+// Package textproto implements generic support for text-based request/response
+// protocols in the style of HTTP, NNTP, and SMTP.
//
// The package provides:
//