]> Cypherpunks repositories - gostls13.git/commit
all: fix misuses of "a" vs "an"
authorcui fliter <imcusg@gmail.com>
Wed, 27 Sep 2023 02:54:14 +0000 (10:54 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 27 Sep 2023 13:16:47 +0000 (13:16 +0000)
commit11084a9a1e6118a4492aa5d40df5c972c8aac1eb
tree98970ee6ed2a6ef58542a7ca91cb415d7fcd56d6
parent1a51b59c119034dfbcd98063bf775d92e6f76db4
all: fix misuses of "a" vs "an"

Fixes the misuse of "a" vs "an", according to English grammatical
expectations and using https://www.a-or-an.com/

Change-Id: Ic9600dcbb3d843880349729478266c4b9bcf7316
Reviewed-on: https://go-review.googlesource.com/c/go/+/531335
Run-TryBot: shuang cui <imcusg@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/types2/errors.go
src/go/types/errors.go
src/syscall/js/js.go