Skip to content

Commit

Permalink
Fix spelling error in 'for' example
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Mar 12, 2013
1 parent 5c91fd6 commit fe57207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/for/for.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion public/for
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ the enclosing function.</p>


<tr> <tr>
<td class="docs"> <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 <code>range</code> statements, channels, and other data
structures.</p> structures.</p>


Expand Down

0 comments on commit fe57207

Please sign in to comment.