1
0
mirror of https://github.com/golang/go synced 2024-11-24 08:10:09 -07:00

spec: delete spurious article

A profound change to christen the new tag.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5327062
This commit is contained in:
Rob Pike 2011-11-01 20:57:17 -07:00
parent 4c3ea0008c
commit e223eedc8b

View File

@ -763,7 +763,7 @@ The length is part of the array's type and must be a
integer value. The length of array <code>a</code> can be discovered
using the built-in function <a href="#Length_and_capacity"><code>len(a)</code></a>.
The elements can be indexed by integer
indices 0 through the <code>len(a)-1</code><a href="#Indexes">Indexes</a>).
indices 0 through <code>len(a)-1</code><a href="#Indexes">Indexes</a>).
Array types are always one-dimensional but may be composed to form
multi-dimensional types.
</p>