Fix spelling error in 'for' example
This commit is contained in:
parent
5c91fd695e
commit
fe57207d01
@ -7,6 +7,6 @@ $ go run for.go
|
|||||||
9
|
9
|
||||||
loop
|
loop
|
||||||
|
|
||||||
# We'll see some other `for` forms latter when we look at
|
# We'll see some other `for` forms later when we look at
|
||||||
# `range` statements, channels, and other data
|
# `range` statements, channels, and other data
|
||||||
# structures.
|
# structures.
|
||||||
|
@ -139,7 +139,7 @@ the enclosing function.</p>
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="docs">
|
<td class="docs">
|
||||||
<p>We’ll see some other <code>for</code> forms latter when we look at
|
<p>We’ll see some other <code>for</code> forms later when we look at
|
||||||
<code>range</code> statements, channels, and other data
|
<code>range</code> statements, channels, and other data
|
||||||
structures.</p>
|
structures.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user