From: Anders Nor Berle Date: Wed, 4 Feb 2009 00:36:35 +0000 (+0000) Subject: s/situation/situations/ X-Git-Tag: 0_10~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1f749bcaf29961ad39da6abd69c64b4ed19e023;p=gitmo%2FMoose-Autobox.git s/situation/situations/ --- diff --git a/lib/Moose/Autobox/Number.pm b/lib/Moose/Autobox/Number.pm index 184f2be..5e39592 100644 --- a/lib/Moose/Autobox/Number.pm +++ b/lib/Moose/Autobox/Number.pm @@ -32,7 +32,7 @@ This is a role to describes a Numeric value. Takes another number as argument and produces an array ranging from the number the method is called on to the number given as argument. In -some situation, this method intentionally behaves different from the +some situations, this method intentionally behaves different from the range operator in perl: $foo = [ 5 .. 1 ]; # $foo is []