From: Dave Rolsky Date: Fri, 4 Sep 2009 16:45:33 +0000 (-0500) Subject: Fix my grammar X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-presentations.git;a=commitdiff_plain;h=33204aa629d862ab1a064601f3cb76172feaa70f Fix my grammar --- diff --git a/moose-class/exercises/t/04-method-modifiers.t b/moose-class/exercises/t/04-method-modifiers.t index 193b6c0..785441d 100644 --- a/moose-class/exercises/t/04-method-modifiers.t +++ b/moose-class/exercises/t/04-method-modifiers.t @@ -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".