Rebuild to remove some extra characters from dd68b8

This commit is contained in:
Mark McGranaghan 2014-01-16 08:13:55 -08:00
parent dd68b8b99c
commit b66cb44abd
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<tr> <tr>
<td class="docs"> <td class="docs">
<p>Our first program will print the classic &ldquo;hello world&rdquo;` <p>Our first program will print the classic &ldquo;hello world&rdquo;
message. Here&rsquo;s the full source code.</p> message. Here&rsquo;s the full source code.</p>
</td> </td>

View File

@ -172,7 +172,7 @@ to work on any <code>geometry</code>.</p>
<p>The <code>circle</code> and <code>square</code> struct types both <p>The <code>circle</code> and <code>square</code> struct types both
implement the <code>geometry</code> interface so we can use implement the <code>geometry</code> interface so we can use
instances of instances of
these structs as arguments to `measure.</p> these structs as arguments to measure.</p>
</td> </td>
<td class="code"> <td class="code">