s/situation/situations/
Anders Nor Berle [Wed, 4 Feb 2009 00:36:35 +0000 (00:36 +0000)]
lib/Moose/Autobox/Number.pm

index 184f2be..5e39592 100644 (file)
@@ -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 []