projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5a75c98
)
Fix small mistake in test
Dave Rolsky [Thu, 17 Jun 2010 19:04:20 +0000 (14:04 -0500)]
moose-class/exercises/t/01-classes.t
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/exercises/t/01-classes.t
b/moose-class/exercises/t/01-classes.t
index
c056573
..
20f4d6d
100644
(file)
--- a/
moose-class/exercises/t/01-classes.t
+++ b/
moose-class/exercises/t/01-classes.t
@@
-25,7
+25,7
@@
#
# The Employee class is a subclass of Person
#
-# An Employee has the following read-write attributes:
+# An Employee has the following attributes:
#
# * title - read-write
# * salary - read-write