From: David Steinbrunner Date: Mon, 28 Oct 2013 01:50:29 +0000 (-0400) Subject: typo fixes X-Git-Tag: 0.14~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca88ba89b0f320e35648173ca3d6ebd3e3970ebd;p=gitmo%2FMoose-Autobox.git typo fixes --- diff --git a/lib/Moose/Autobox.pm b/lib/Moose/Autobox.pm index c8b6d14..6bbff3a 100644 --- a/lib/Moose/Autobox.pm +++ b/lib/Moose/Autobox.pm @@ -140,7 +140,7 @@ as you would with vanilla autobox. =item B -This will mixin an additonal C<$role> into a certain C<$type>. The +This will mixin an additional C<$role> into a certain C<$type>. The types can be SCALAR, ARRAY, HASH or CODE. This can be used to add additional methods to the types, see the diff --git a/lib/Moose/Autobox/Array.pm b/lib/Moose/Autobox/Array.pm index a334ce8..70990a8 100644 --- a/lib/Moose/Autobox/Array.pm +++ b/lib/Moose/Autobox/Array.pm @@ -310,7 +310,7 @@ This is a role to describe operations on the Array type. Note that, in both the above, $_ is in scope within the code block, as well as being passed as $_[0]. As per CORE::map and CORE::grep, $_ is an alias to -the list value, so can be used to to modify the list, viz: +the list value, so can be used to modify the list, viz: use Moose::Autobox; diff --git a/lib/Moose/Autobox/String.pm b/lib/Moose/Autobox/String.pm index db64fe4..722f0b1 100644 --- a/lib/Moose/Autobox/String.pm +++ b/lib/Moose/Autobox/String.pm @@ -84,7 +84,7 @@ This is equivalent to splitting on space. =item B -This is equivalent to splitting on linelines. +This is equivalent to splitting on newlines. =back