mirror of https://github.com/golang/go.git
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:
parent
cbd6c34131
commit
1308f7c94f
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue