diff options
| author | Robert Griesemer <gri@golang.org> | 2009-11-10 10:55:53 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-11-10 10:55:53 -0800 |
| commit | b27f05f63bcf6ac0bf9381630eb207caea3ff1f5 (patch) | |
| tree | 6753e90ae8e8f322c773abfc57e47c042cfb2a36 /src/pkg/bytes/bytes.go | |
| parent | c9b5ca457d64684a423900951643ae848741373f (diff) | |
| download | go-b27f05f63bcf6ac0bf9381630eb207caea3ff1f5.tar.xz | |
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.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/bytes/bytes.go b/src/pkg/bytes/bytes.go index c0a861f7ff..ccaa71a933 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 |
