Typo fix
Shawn M Moore [Sun, 21 Jun 2009 18:21:51 +0000 (14:21 -0400)]
moose-class/slides/index.html

index ea20e48..2a1be67 100644 (file)
@@ -2097,7 +2097,7 @@ use Moose;
 
 has first_name => (
     <span class="highlight">reader</span> =&gt; 'get_first_name',
-    <span class="highlight">writer</span> =&gt; 'set_first_name,
+    <span class="highlight">writer</span> =&gt; 'set_first_name',
 );</code></pre>
 </div>