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

index c056573..20f4d6d 100644 (file)
@@ -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