]> Cypherpunks repositories - gostls13.git/commit
spec: consistently use "indices" (rather than "indexes")
authorRobert Griesemer <gri@golang.org>
Mon, 10 Dec 2012 19:55:57 +0000 (11:55 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 10 Dec 2012 19:55:57 +0000 (11:55 -0800)
commit9c9e811bb34dc48abf256aae91af9199fb9f0f71
treeda9018df706e42bee083e567050dab267f7fadb1
parent9b5358af2d805336e103a743697eb6fad1ecf1c4
spec: consistently use "indices" (rather than "indexes")

We have been using all three terms "indices", "indexes",
and "index expressions" indiscriminatly for index values.
With this change, "index" refers to an index value,
"indices" is the plural of "index", and "index expression"
refers to an array, slice, or map indexed by an index: a[x].

R=r, rsc, iant, ken, mtj
CC=golang-dev
https://golang.org/cl/6912056
doc/go_spec.html