From: Dave Rolsky Date: Fri, 4 Feb 2011 22:27:23 +0000 (-0600) Subject: Tweak wording 06.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54289814ebaea36e12f09563ee1d350e760d2f65;p=gitmo%2Fmoose-presentations.git Tweak wording 06.t --- diff --git a/moose-class/exercises/t/06-advanced-attributes.t b/moose-class/exercises/t/06-advanced-attributes.t index 0c93012..e2b13e3 100644 --- a/moose-class/exercises/t/06-advanced-attributes.t +++ b/moose-class/exercises/t/06-advanced-attributes.t @@ -11,8 +11,8 @@ # Copy the deposit and withdraw methods from the HasAccount role. # # Finally, add a read-only history attribute. This will be an ArrayRef of -# Int's. This should default to an empty array reference. Use Native -# delegation to create a method to push values onto this attribute. +# Int's. This should default to an empty array reference. Use a Native +# delegation method to push values onto this attribute. # # Use a trigger to record the _old value_ of the balance each time it # changes. This means your trigger should not do anything if it is not passed