From: Robert Griesemer Date: Wed, 29 Feb 2012 17:06:05 +0000 (-0800) Subject: spec: fix sentence X-Git-Tag: weekly.2012-03-04~91 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=da633714fd14bbb52ef10bad8bc4c354305118ab;p=gostls13.git spec: fix sentence R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5706065 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index f42d52ed3c..46cb47f10e 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ -

Composite literals

@@ -4245,7 +4241,7 @@ iteration variables as in an assignment statement.

-The iteration variables may be declared by the "range" using a form of +The iteration variables may be declared by the "range" clause using a form of short variable declaration (:=). In this case their types are set to the types of the respective iteration values