Permalink
Browse files

Rebuild

  • Loading branch information...
1 parent 23a85e6 commit cc39d32551aa165e0756e0fc0d3fc9c5a9381d91 @mmcgrana committed Jan 19, 2014
Showing with 4 additions and 4 deletions.
  1. +2 −2 examples/select/select.hash
  2. +2 −2 public/select
View
4 examples/select/select.hash
@@ -1,2 +1,2 @@
-572ae309be3d0fd9b029aeb908013b2914a36734
-NGSkDrli6L
+72503557ab54ef765eeba153fe8a3446541dfc5f
+Vco7d8Lmhn
View
4 public/select
@@ -27,7 +27,7 @@
<td class="docs">
<p>Go&rsquo;s <em>select</em> lets you wait on multiple channel
operations. Combining goroutines and channels with
-select is powerful feature of Go.</p>
+select is a powerful feature of Go.</p>
</td>
<td class="code empty leading">
@@ -41,7 +41,7 @@ select is powerful feature of Go.</p>
</td>
<td class="code leading">
- <a href="http://play.golang.org/p/NGSkDrli6L"><img title="Run code" src="play.png" class="run" /></a>
+ <a href="http://play.golang.org/p/Vco7d8Lmhn"><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 cc39d32

Please sign in to comment.