projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d204606
)
Add a missing comma in code
Dave Rolsky [Thu, 3 Feb 2011 21:49:55 +0000 (15:49 -0600)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
30b4f91
..
b2d5247
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-3353,7
+3353,7
@@
has account => (
isa => 'BankAccount',
handles => {
receive_100 =>
- <span class="highlight">[ 'deposit', 100 ]</span>
+ <span class="highlight">[ 'deposit', 100 ]</span>,
give_100 =>
<span class="highlight">[ 'withdraw', 100 ]</span>
},