summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-12-25 20:05:50 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-12-25 20:05:50 -0500
commit269c4ee8ddb9f9f93d31342ec5306174d2ba4ffd (patch)
tree524192d01df002a13566d31021301921786e9f4d
parentde796fbcedd4edb3ea97b39d4fd05cbdcc168baa (diff)
textproto: Update package doc comment in light of types.go being in the root
-rw-r--r--textproto/doc.go8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproto/doc.go b/textproto/doc.go
index 82154a1..5f195bc 100644
--- a/textproto/doc.go
+++ b/textproto/doc.go
@@ -16,9 +16,7 @@
// Package textproto implements low-level details of the fast-import
// format.
//
-// This package deals with parsing and marshalling idiosyncratic
-// datatypes used by the format (Ident tuples, 18-bit Mode numbers,
-// oddly-quoted Path strings), and abstracting over special-case
-// commands that break the "line-based" nature of the format (the
-// "data" command, responses to the "cat-blob" command).
+// This package deals with abstracting over special-case commands that
+// break the "line-based" nature of the format (the "data" command,
+// responses to the "cat-blob" command).
package textproto