From da633714fd14bbb52ef10bad8bc4c354305118ab Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 29 Feb 2012 09:06:05 -0800 Subject: [PATCH] spec: fix sentence R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5706065 --- doc/go_spec.html | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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 -- 2.48.1