From: Robert Griesemer Date: Mon, 11 Mar 2013 16:20:52 +0000 (-0700) Subject: spec: typed indices must be of integer type X-Git-Tag: go1.1rc2~598 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b66df0e9bad6b9dca4935a5128b2f696156c2d8a;p=gostls13.git spec: typed indices must be of integer type The same rules apply for make arguments. R=r, rsc, iant, ken CC=golang-dev https://golang.org/cl/7656043 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 992c4718a5..53f079a2f7 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2513,7 +2513,8 @@ rules apply: If a is not a map: