From: Dave Rolsky Date: Thu, 17 Jun 2010 19:51:25 +0000 (-0500) Subject: s/we/you/ in test descriptions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a002994a5e1a746ef772df7e511bef35bb591237;p=gitmo%2Fmoose-presentations.git s/we/you/ in test descriptions --- diff --git a/moose-class/exercises/t/03-basic-attributes.t b/moose-class/exercises/t/03-basic-attributes.t index c0d3bad..a8c12d3 100644 --- a/moose-class/exercises/t/03-basic-attributes.t +++ b/moose-class/exercises/t/03-basic-attributes.t @@ -21,7 +21,7 @@ # rather than re-implementing it. # # Add a read-write salary_level attribute. This will be a number from -# 1-10 (but we will deal with enforcing this later). This attribute +# 1-10 (but you will deal with enforcing this later). This attribute # should default to 1. # # Make the salary attribute read-only. Also make it lazy. The default diff --git a/moose-class/exercises/t/04-method-modifiers.t b/moose-class/exercises/t/04-method-modifiers.t index b205f5d..f617786 100644 --- a/moose-class/exercises/t/04-method-modifiers.t +++ b/moose-class/exercises/t/04-method-modifiers.t @@ -1,6 +1,6 @@ # Your tasks ... # -# First, we will create a set of three new classes to make use of the augment +# First, you will create a set of three new classes to make use of the augment # method modifier. The class hierarchy will look like this: # # Document