Fix small typo
Dave Rolsky [Wed, 5 Jun 2013 16:40:15 +0000 (11:40 -0500)]
moose-class/slides/index.html

index 9a43ff2..e7541a7 100644 (file)
@@ -2015,7 +2015,7 @@ Person-&gt;new( <span class="wrong">shoes =&gt; Shoes-&gt;new</span> );</code></
   <h1>Attribute Inheritance</h1>
 
   <ul>
-    <li>By default, subclasses inherit attribute as-is</li>
+    <li>By default, subclasses inherit attributes as-is</li>
     <li>Can change attribute parameters in subclasses</li>
   </ul>
 </div>