diff --git a/doc/go_spec.html b/doc/go_spec.html index 7a2a00670b..0309209c2a 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -4382,7 +4382,7 @@ Range expression 1st value 2nd value (if 2nd v array or slice a [n]E, *[n]E, or []E index i int a[i] E string s string type index i int see below rune map m map[K]V key k K m[k] V -channel c chan E, <-chan E element e E +channel c chan E, <-chan E element e E
nil, the number of iterations is 0.
+created during iteration, that entry may be produced during the iteration or
+may be skipped. The choice may vary for each entry created and from one
+iteration to the next.
+If the map is nil, the number of iterations is 0.