summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-10 10:55:53 -0800
committerRobert Griesemer <gri@golang.org>2009-11-10 10:55:53 -0800
commit060d5e1732dbeee9e3c379c09821d4f57abdb333 (patch)
treef15457fd3f8b6a7e9607bb6d23617a7e5b76196c /src/pkg/bytes/bytes.go
parent1e8e90d36d29625e7ea2cfa8893190c785844de0 (diff)
downloadgolang-060d5e1732dbeee9e3c379c09821d4f57abdb333.tar.gz
minor adjustments to package comments for better synopsis.
R=rsc CC=r http://go/go-review/1026038
Diffstat (limited to 'src/pkg/bytes/bytes.go')
-rw-r--r--src/pkg/bytes/bytes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/bytes/bytes.go b/src/pkg/bytes/bytes.go
index c0a861f7f..ccaa71a93 100644
--- a/src/pkg/bytes/bytes.go
+++ b/src/pkg/bytes/bytes.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// A package of simple functions to manipulate arrays of bytes.
+// The bytes package implements functions for the manipulation of byte slices.
// Analagous to the facilities of the strings package.
package bytes