throws what
Shawn M Moore [Wed, 22 Sep 2010 20:22:53 +0000 (13:22 -0700)]
moose-class/slides/index.html

index 22cef8e..fa619d8 100644 (file)
@@ -894,7 +894,7 @@ use Moose;</code></pre>
 
   <ul>
     <li>Processes <code>new</code>'s <code>@_</code>, returns a hash reference of attribute name/value pairs</li>
-    <li>Accepts a hash or hashref; throws otherwise</li>
+    <li>Accepts a hash or hashref; errors otherwise</li>
     <li>Provide your own for other cases</li>
     <li><strong>Always</strong> call <code>$class-&gt;SUPER::BUILDARGS(@_)</code> as a fallback!</li>
   </ul>