Use ro for first attribute shown
Dave Rolsky [Thu, 3 Feb 2011 21:10:52 +0000 (15:10 -0600)]
moose-class/slides/index.html

index 678bd94..87a378b 100644 (file)
@@ -155,7 +155,7 @@ img#me05 {top: 43px;left: 36px;}
   <pre><code>package Person;
 use Moose;
 
-<span class="highlight">has first_name =&gt; ( is =&gt; 'rw' );</span></code></pre>
+<span class="highlight">has first_name =&gt; ( is =&gt; 'ro' );</span></code></pre>
 
 </div>