projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
605c114
)
Missing an "in"
Dave Rolsky [Wed, 23 Sep 2009 19:10:25 +0000 (14:10 -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
67fcb8e
..
b06c84c
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-2361,7
+2361,7
@@
after clear_password => sub {
<h1>Modifier Order</h1>
<ul>
- <li>Before runs order from last to first</li>
+ <li>Before runs in order from last to first</li>
<li>After runs in order from first to last</li>
<li>Around runs in order from last to first</li>
</ul>