prep next release
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Number.pm
index 184f2be..1dcbb08 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Number;
 use Moose::Role;
 
-our $VERSION = '0.10';
+our $VERSION = '0.13';
 
 with 'Moose::Autobox::Value';
 
@@ -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 []