minor adjustments to package comments for better synopsis.

R=rsc
CC=r
http://go/go-review/1026038
This commit is contained in:
Robert Griesemer 2009-11-10 10:55:53 -08:00
parent c9b5ca457d
commit b27f05f63b
4 changed files with 8 additions and 7 deletions

View file

@ -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