projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bd85705
)
Typo fix
Shawn M Moore [Sun, 21 Jun 2009 18:21:51 +0000 (14:21 -0400)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
ea20e48
..
2a1be67
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-2097,7
+2097,7
@@
use Moose;
has first_name => (
<span class="highlight">reader</span> => 'get_first_name',
- <span class="highlight">writer</span> => 'set_first_name,
+ <span class="highlight">writer</span> => 'set_first_name',
);</code></pre>
</div>