Permalink
Browse files

Fix range commentary per #137

  • Loading branch information...
1 parent 5fa2fcc commit c2642ceaf835caeed814eb1d95cfc9cf49a3c016 @mmcgrana committed Jun 5, 2016
Showing with 7 additions and 7 deletions.
  1. +2 −2 examples/range/range.go
  2. +2 −2 examples/range/range.hash
  3. +3 −3 public/range
View
4 examples/range/range.go
@@ -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
View
4 examples/range/range.hash
@@ -1,2 +1,2 @@
-67d7882d364517608741e4045aa10ba489b37987
-u2yg3m1eFT
+db12ad8e0baad23e5828dc5106a88323f9a7a701
+g9DqcAkPVA
View
6 public/range
@@ -25,8 +25,8 @@
<tr>
<td class="docs">
- <p><em>range</em> iterates over of elements in a variety of
-data structures. Let&rsquo;s see how to use <code>range</code> with some
+ <p><em>range</em> iterates over elements in a variety of data
+structures. Let&rsquo;s see how to use <code>range</code> with some
of the data structures we&rsquo;ve already learned.</p>
</td>
@@ -41,7 +41,7 @@ of the data structures we&rsquo;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>

0 comments on commit c2642ce

Please sign in to comment.