We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fcd55 commit 4795473Copy full SHA for 4795473
doc/Language/operators.pod6
@@ -530,8 +530,8 @@ X«|postfix .^»
530
=head2 postfix C«.^»
531
532
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.
+metaclass. It desugars to C<$invocant.HOW.method($invocant, ...)>. See
+L<HOW|/language/mop#index-entry-syntax_HOW-HOW> for more information.
535
536
Technically this is not an operator, but syntax special-cased in the compiler.
537
0 commit comments