Permalink
Browse files

Rebuild

  • Loading branch information...
1 parent a44a00b commit 82c163b156a8365d27ed1c5166d7e37ae58acdf2 @mmcgrana committed Jan 22, 2014
Showing with 4 additions and 4 deletions.
  1. +2 −2 examples/sorting-by-functions/sorting-by-functions.hash
  2. +2 −2 public/sorting-by-functions
View
4 examples/sorting-by-functions/sorting-by-functions.hash
@@ -1,2 +1,2 @@
-9b184444231f799b9388037d8142613a598e9345
-M06NADP985
+cec0da0bd98abd7f66fcd38122e4405f757161bc
+N6GbEgBffd
View
4 public/sorting-by-functions
@@ -28,7 +28,7 @@
<p>Sometimes we&rsquo;ll want to sort a collection by something
other than its natural order. For example, suppose we
wanted to sort strings by their length instead of
-alphabetically. Here&rsquo;s an example of custom sorts sorts
+alphabetically. Here&rsquo;s an example of custom sorts
in Go.</p>
</td>
@@ -43,7 +43,7 @@ in Go.</p>
</td>
<td class="code leading">
- <a href="http://play.golang.org/p/M06NADP985"><img title="Run code" src="play.png" class="run" /></a>
+ <a href="http://play.golang.org/p/N6GbEgBffd"><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 82c163b

Please sign in to comment.