Fix spelling error in 'for' example

This commit is contained in:
Jonathan Clem 2013-03-11 21:04:27 -07:00
parent 5c91fd695e
commit fe57207d01
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -139,7 +139,7 @@ the enclosing function.</p>
<tr>
<td class="docs">
<p>We&rsquo;ll see some other <code>for</code> forms latter when we look at
<p>We&rsquo;ll see some other <code>for</code> forms later when we look at
<code>range</code> statements, channels, and other data
structures.</p>