Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12 from ghost/patch-1
Update lib/operators.pod
  • Loading branch information
Konrad Borowski committed Jan 2, 2013
2 parents 4b715a9 + 5913946 commit cdb1cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/operators.pod
Expand Up @@ -232,7 +232,7 @@ Technically this is not an operator, but syntax special-cased in the compiler.
=head2 postfix .*
C<$invocant.+method> calls all methods called C<method> from C<$invocant>,
C<$invocant.*method> calls all methods called C<method> from C<$invocant>,
and returns a L<Parcel> of the results. If no such method was found, an empty
L<Parcel> is returned.
Expand Down

0 comments on commit cdb1cbb

Please sign in to comment.