From: Dave Rolsky Date: Thu, 17 Jun 2010 19:04:20 +0000 (-0500) Subject: Fix small mistake in test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5adb28a881812de52eb6c375b4f5b0d32bdd8e1a;p=gitmo%2Fmoose-presentations.git Fix small mistake in test --- diff --git a/moose-class/exercises/t/01-classes.t b/moose-class/exercises/t/01-classes.t index c056573..20f4d6d 100644 --- 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