]> Cypherpunks repositories - gostls13.git/commit
go/ast: fix a few incorrect "an" articles
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 8 Dec 2019 20:54:10 +0000 (20:54 +0000)
committerRobert Griesemer <gri@golang.org>
Mon, 9 Dec 2019 02:02:17 +0000 (02:02 +0000)
commitdaaab44f3124aff61937fa7e118f02d4ff82166c
tree78190c5670053f8ca2f17fe563dd49d2656ce162
parentda4d58587e0e4028ea384580053c3c455127e446
go/ast: fix a few incorrect "an" articles

slice, type, and select should all go with "a", not "an", since they all
start with consonant sounds.

Change-Id: I57e96dcbdc571dc21e24096779f2f756ec81103e
Reviewed-on: https://go-review.googlesource.com/c/go/+/210124
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/ast/ast.go