projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0f1b955
)
Fix small typo
Dave Rolsky [Wed, 5 Jun 2013 16:40:15 +0000 (11:40 -0500)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
9a43ff2
..
e7541a7
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-2015,7
+2015,7
@@
Person->new( <span class="wrong">shoes => Shoes->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>