From: Rob Pike Date: Fri, 10 Feb 2012 03:37:20 +0000 (+1100) Subject: testing/iotest: adjust adverbial imprecision in package comment X-Git-Tag: weekly.2012-02-14~159 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1308f7c94f8e5af49c809840af796129f97ce6c8;p=gostls13.git testing/iotest: adjust adverbial imprecision in package comment Fixes #2959. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5651053 --- 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 (