From: Rob Pike Date: Wed, 2 Nov 2011 03:57:17 +0000 (-0700) Subject: spec: delete spurious article X-Git-Tag: weekly.2011-11-08~87 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e223eedc8b83bf6199a82b621db80ec3620b48db;p=gostls13.git spec: delete spurious article A profound change to christen the new tag. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5327062 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 7c89dafca3..ce03a49c91 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -763,7 +763,7 @@ The length is part of the array's type and must be a integer value. The length of array a can be discovered using the built-in function len(a). The elements can be indexed by integer -indices 0 through the len(a)-1 (§Indexes). +indices 0 through len(a)-1 (§Indexes). Array types are always one-dimensional but may be composed to form multi-dimensional types.