Fix range commentary per #137

This commit is contained in:
Mark McGranaghan 2016-06-05 14:28:57 -07:00
parent 5fa2fcc49b
commit c2642ceaf8
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
// _range_ iterates over of elements in a variety of // _range_ iterates over elements in a variety of data
// data structures. Let's see how to use `range` with some // structures. Let's see how to use `range` with some
// of the data structures we've already learned. // of the data structures we've already learned.
package main package main

View File

@ -1,2 +1,2 @@
67d7882d364517608741e4045aa10ba489b37987 db12ad8e0baad23e5828dc5106a88323f9a7a701
u2yg3m1eFT g9DqcAkPVA

View File

@ -25,8 +25,8 @@
<tr> <tr>
<td class="docs"> <td class="docs">
<p><em>range</em> iterates over of elements in a variety of <p><em>range</em> iterates over elements in a variety of data
data structures. Let&rsquo;s see how to use <code>range</code> with some structures. Let&rsquo;s see how to use <code>range</code> with some
of the data structures we&rsquo;ve already learned.</p> of the data structures we&rsquo;ve already learned.</p>
</td> </td>
@ -41,7 +41,7 @@ of the data structures we&rsquo;ve already learned.</p>
</td> </td>
<td class="code leading"> <td class="code leading">
<a href="http://play.golang.org/p/u2yg3m1eFT"><img title="Run code" src="play.png" class="run" /></a> <a href="http://play.golang.org/p/g9DqcAkPVA"><img title="Run code" src="play.png" class="run" /></a>
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span> <div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div> </pre></div>