Fix range commentary per #137
This commit is contained in:
parent
5fa2fcc49b
commit
c2642ceaf8
@ -1,5 +1,5 @@
|
||||
// _range_ iterates over of elements in a variety of
|
||||
// data structures. Let's see how to use `range` with some
|
||||
// _range_ iterates over elements in a variety of data
|
||||
// structures. Let's see how to use `range` with some
|
||||
// of the data structures we've already learned.
|
||||
|
||||
package main
|
||||
|
@ -1,2 +1,2 @@
|
||||
67d7882d364517608741e4045aa10ba489b37987
|
||||
u2yg3m1eFT
|
||||
db12ad8e0baad23e5828dc5106a88323f9a7a701
|
||||
g9DqcAkPVA
|
||||
|
@ -25,8 +25,8 @@
|
||||
|
||||
<tr>
|
||||
<td class="docs">
|
||||
<p><em>range</em> iterates over of elements in a variety of
|
||||
data structures. Let’s see how to use <code>range</code> with some
|
||||
<p><em>range</em> iterates over elements in a variety of data
|
||||
structures. Let’s see how to use <code>range</code> with some
|
||||
of the data structures we’ve already learned.</p>
|
||||
|
||||
</td>
|
||||
@ -41,7 +41,7 @@ of the data structures we’ve already learned.</p>
|
||||
|
||||
</td>
|
||||
<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>
|
||||
</pre></div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user