documentation fixes
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / MethodProvider / List.pm
index a0c700c..091ba03 100644 (file)
@@ -158,7 +158,7 @@ L<MooseX::AttributeHelpers::Collection::List>.
 
 =item B<count>
 
-Returns the number of elements inthe list.
+Returns the number of elements in the list.
 
    $stuff = Stuff->new;
    $stuff->options(["foo", "bar", "baz", "boo"]);