projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
922a97e
)
Fixed typo in Recipe7.pod
Patrick Donelan [Tue, 26 Jan 2010 01:54:50 +0000 (12:54 +1100)]
lib/Moose/Cookbook/Basics/Recipe7.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Cookbook/Basics/Recipe7.pod
b/lib/Moose/Cookbook/Basics/Recipe7.pod
index
2f2d59b
..
ff88781
100644
(file)
--- a/
lib/Moose/Cookbook/Basics/Recipe7.pod
+++ b/
lib/Moose/Cookbook/Basics/Recipe7.pod
@@
-31,7
+31,7
@@
need to do this after first loading the class.
We strongly recommend you make your classes immutable. It makes your
code much faster, with a small compile-time cost. This will be
-especially noticeable when creating many object.
+especially noticeable when creating many objects.
=head1 AUTHOR