Commit 55faa5f1 authored by Rob Pike's avatar Rob Pike

fix one word for consistency.

R=gri
OCL=27543
CL=27543
parent dfff1829
...@@ -3475,7 +3475,7 @@ must be assignment compatible to the iteration variables. ...@@ -3475,7 +3475,7 @@ must be assignment compatible to the iteration variables.
<p> <p>
For strings, the "range" clause iterates over the Unicode code points For strings, the "range" clause iterates over the Unicode code points
in the string. On successive iterations, the index variable will be the in the string. On successive iterations, the index variable will be the
position of successive UTF-8-encoded code points in the string, and index of successive UTF-8-encoded code points in the string, and
the second variable, of type <code>int</code>, will be the value of the second variable, of type <code>int</code>, will be the value of
the corresponding code point. If the iteration encounters an invalid the corresponding code point. If the iteration encounters an invalid
UTF-8 sequence, the second variable will be <code>0xFFFD</code>, UTF-8 sequence, the second variable will be <code>0xFFFD</code>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment