1
0
mirror of https://github.com/golang/go synced 2024-11-17 05:44:52 -07:00
go/src/io
Daniel Martí 41348081fa all: fix a number of misuses of the word "an"
After golang.org/cl/210124, I wondered if the same error had gone
unnoticed elsewhere. I quickly spotted another dozen mistakes after
reading through the output of:

	git grep '\<[Aa]n [bcdfgjklmnpqrtvwyz][a-z]'

Many results are false positives for acronyms like "an mtime", since
it's pronounced "an em-time". However, the total amount of output isn't
that large given how simple the grep pattern is.

Change-Id: Iaa2ca69e42f4587a9e3137d6c5ed758887906ca6
Reviewed-on: https://go-review.googlesource.com/c/go/+/210678
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Zach Jones <zachj1@gmail.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-12-10 16:23:10 +00:00
..
ioutil doc: clarify interaction of ioutil.WriteFile with umask 2019-11-27 02:18:51 +00:00
example_test.go
io_test.go all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
io.go io: make CopyBuffer docs state when buf is not used 2019-10-21 17:47:24 +00:00
multi_test.go all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
multi.go
pipe_test.go io: add error check on pipe close functions to avoid error overwriting 2019-08-28 18:35:24 +00:00
pipe.go io: add error check on pipe close functions to avoid error overwriting 2019-08-28 18:35:24 +00:00