Fix interfaces typo

This commit is contained in:
Mark McGranaghan
2014-12-13 14:17:32 -08:00
parent edf813b3d1
commit a2fe5f2db4
3 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ signatures.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/vx8bwC-Bmq"><img title="Run code" src="play.png" class="run" /></a>
<a href="http://play.golang.org/p/guxTzcucR-"><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>
@@ -172,7 +172,7 @@ to work on any <code>geometry</code>.</p>
<p>The <code>circle</code> and <code>square</code> struct types both
implement the <code>geometry</code> interface so we can use
instances of
these structs as arguments to measure.</p>
these structs as arguments to <code>measure</code>.</p>
</td>
<td class="code">