From: Dave Rolsky Date: Tue, 3 Aug 2010 08:01:15 +0000 (+0200) Subject: Fix typo in test directions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ebd5859900ccfe9e28d1c028b0205a8f1781027e;p=gitmo%2Fmoose-presentations.git Fix typo in test directions --- diff --git a/moose-class/exercises/t/01-classes.t b/moose-class/exercises/t/01-classes.t index 9edf657..b0b5f72 100644 --- a/moose-class/exercises/t/01-classes.t +++ b/moose-class/exercises/t/01-classes.t @@ -8,7 +8,7 @@ # * last_name - read-write # # This class should also have a method named "full_name". This -# method should return the first and last name separated by a string +# method should return the first and last name separated by a space # ("Jon Smith"). # # Write a BUILDARGS method for this class which allows the caller to