From 1308f7c94f8e5af49c809840af796129f97ce6c8 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 10 Feb 2012 14:37:20 +1100 Subject: [PATCH] testing/iotest: adjust adverbial imprecision in package comment Fixes #2959. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5651053 --- src/pkg/testing/iotest/reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/testing/iotest/reader.go b/src/pkg/testing/iotest/reader.go index ab8dc31a1f..441b9102d9 100644 --- a/src/pkg/testing/iotest/reader.go +++ b/src/pkg/testing/iotest/reader.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. -// Package iotest implements Readers and Writers useful only for testing. +// Package iotest implements Readers and Writers useful mainly for testing. package iotest import ( -- 2.50.0