]> Cypherpunks.ru repositories - gostls13.git/commit
io: fix spelling in documentation for io.Discard
authorSimão Gomes Viana <simaogmv@gmail.com>
Tue, 23 Mar 2021 21:50:41 +0000 (21:50 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 23 Mar 2021 22:17:52 +0000 (22:17 +0000)
commitdc289d3dcb59f80b9e23c7e8f237628359d21d92
treedd3f90cad5f2914b6ecd18aa03469d1dcb6c70d0
parent2887ef499a0e01a3b6fe92bf874843f9f2d05167
io: fix spelling in documentation for io.Discard

In the process of refactoring ioutil.Discard to io.Discard in
CL 263141 "an" should have been changed to "a" but was likely
missed in the process.

This commit corrects the spelling of the documentation.

Change-Id: I0609c45878291f8f01560efc3f3e6fba191e095b
GitHub-Last-Rev: e3257ca272dff42ed7d07b6e6a5fc49493772653
GitHub-Pull-Request: golang/go#45190
Reviewed-on: https://go-review.googlesource.com/c/go/+/304209
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
Trust: Robert Griesemer <gri@golang.org>
src/io/io.go