Skip to content

Commit

Permalink
Update lib/operators.pod
Browse files Browse the repository at this point in the history
One character typo fix.
  • Loading branch information
Abcxyzp committed Jan 2, 2013
1 parent 4b715a9 commit 5913946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/operators.pod
Original file line number Diff line number Diff line change
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 5913946

Please sign in to comment.