Fix typo in test directions
Dave Rolsky [Tue, 3 Aug 2010 08:01:15 +0000 (10:01 +0200)]
moose-class/exercises/t/01-classes.t

index 9edf657..b0b5f72 100644 (file)
@@ -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