]> Cypherpunks repositories - gostls13.git/commitdiff
fix one word for consistency.
authorRob Pike <r@golang.org>
Thu, 16 Apr 2009 04:49:50 +0000 (21:49 -0700)
committerRob Pike <r@golang.org>
Thu, 16 Apr 2009 04:49:50 +0000 (21:49 -0700)
R=gri
OCL=27543
CL=27543

doc/go_spec.html

index e788050b1cbf9b821efe675d0642986fb624e8c8..01e6e484bf3d2fbf0b09621dca60bf08c0b9d4bd 100644 (file)
@@ -3475,7 +3475,7 @@ must be assignment compatible to the iteration variables.
 <p>
 For strings, the "range" clause iterates over the Unicode code points
 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 corresponding code point.  If the iteration encounters an invalid
 UTF-8 sequence, the second variable will be <code>0xFFFD</code>,