Fix spelling error in 'for' example
This commit is contained in:
parent
5c91fd695e
commit
fe57207d01
@ -7,6 +7,6 @@ $ go run for.go
|
||||
9
|
||||
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
|
||||
# structures.
|
||||
|
@ -139,7 +139,7 @@ the enclosing function.</p>
|
||||
|
||||
<tr>
|
||||
<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
|
||||
structures.</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user