1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:00:09 -07:00

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

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 (