File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<!--{
22 "Title": "The Go Programming Language Specification",
3- "Subtitle": "Version of June 7 , 2017",
3+ "Subtitle": "Version of June 28 , 2017",
44 "Path": "/ref/spec"
55}-->
66
@@ -5025,8 +5025,8 @@ <h4 id="For_range">For statements with <code>range</code> clause</h4>
50255025< li >
50265026The iteration order over maps is not specified
50275027and is not guaranteed to be the same from one iteration to the next.
5028- If map entries that have not yet been reached are removed during iteration,
5029- the corresponding iteration values will not be produced. If map entries are
5028+ If a map entry that has not yet been reached is removed during iteration,
5029+ the corresponding iteration value will not be produced. If a map entry is
50305030created during iteration, that entry may be produced during the iteration or
50315031may be skipped. The choice may vary for each entry created and from one
50325032iteration to the next.
You can’t perform that action at this time.
0 commit comments