propogate fix ref #34

This commit is contained in:
Mark McGranaghan 2012-11-24 11:43:49 -08:00
parent 5ac5ca31c3
commit 56407fb60e
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ $ go run range.go
sum: 9
index: 1
a -> apple
b -> bannana
b -> banana
0 103
1 111

View File

@ -151,7 +151,7 @@ of the <code>rune</code> and the second the <code>rune</code> itself.</p>
<span class="go">sum: 9</span>
<span class="go">index: 1</span>
<span class="go">a -&gt; apple</span>
<span class="go">b -&gt; bannana</span>
<span class="go">b -&gt; banana</span>
<span class="go">0 103</span>
<span class="go">1 111</span>
</pre></div>