Fix my grammar
Dave Rolsky [Fri, 4 Sep 2009 16:45:33 +0000 (11:45 -0500)]
moose-class/exercises/t/04-method-modifiers.t

index 193b6c0..785441d 100644 (file)
@@ -12,7 +12,7 @@
 # The Document class should have two read-only attributes: "title" and
 # "author".
 #
-# The Report class should have one read-only attributes: "summary".
+# The Report class should have one read-only attribute: "summary".
 #
 # Finally, the TPSReport class should have three read-only attributes:
 # "t", "p", and "s".