Skip to content

Commit 5913946

Browse files
committed
Update lib/operators.pod
One character typo fix.
1 parent 4b715a9 commit 5913946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/operators.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Technically this is not an operator, but syntax special-cased in the compiler.
232232
233233
=head2 postfix .*
234234
235-
C<$invocant.+method> calls all methods called C<method> from C<$invocant>,
235+
C<$invocant.*method> calls all methods called C<method> from C<$invocant>,
236236
and returns a L<Parcel> of the results. If no such method was found, an empty
237237
L<Parcel> is returned.
238238

0 commit comments

Comments
 (0)