From e223eedc8b83bf6199a82b621db80ec3620b48db Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 1 Nov 2011 20:57:17 -0700 Subject: [PATCH] spec: delete spurious article A profound change to christen the new tag. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5327062 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.50.0