Skip to content

Commit 4795473

Browse files
committed
fix broken link
1 parent e5fcd55 commit 4795473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/operators.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ X«|postfix .^»
530530
=head2 postfix C«.^»
531531
532532
A X<meta-method call>. C<$invocant.^method> calls C<method> on C<$invocant>'s
533-
metaclass. It desugars to C<$invocant.HOW.method($invocant, ...)>. See L<C<HOW>>
534-
for more information.
533+
metaclass. It desugars to C<$invocant.HOW.method($invocant, ...)>. See
534+
L<HOW|/language/mop#index-entry-syntax_HOW-HOW> for more information.
535535
536536
Technically this is not an operator, but syntax special-cased in the compiler.
537537

0 commit comments

Comments
 (0)