projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e43c4c2
)
Fix a small typo
Dave Rolsky [Sat, 20 Jun 2009 14:59:18 +0000 (09:59 -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
0a01bf1
..
4f2fcd3
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-2120,7
+2120,7
@@
Iterate til this passes all its tests</pre>
<h1>What is a Method Modifier</h1>
<ul>
- <li>"Iinject" behavior</li>
+ <li>"Inject" behavior</li>
<li>Add behavior to generated methods (accessors, delegations)</li>
<li>Provide roles which modify existing behavior</li>
</ul>