testing/iotest: adjust adverbial imprecision in package comment

Fixes #2959.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5651053
This commit is contained in:
Rob Pike 2012-02-10 14:37:20 +11:00
parent cbd6c34131
commit 1308f7c94f
1 changed files with 1 additions and 1 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.
// Package iotest implements Readers and Writers useful only for testing.
// Package iotest implements Readers and Writers useful mainly for testing.
package iotest
import (