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 fdef767 commit a045b7dCopy full SHA for a045b7d
doc/Language/traits.pod6
@@ -99,7 +99,7 @@ necessary unless you are effectively working with that interface.
99
=head2 C<is> on routines
100
101
The C<is> trait can be used on the definition of methods and routines to
102
-establish L<precedence|/functions#Precedence> and
+establish L<precedence|/language/functions#Precedence> and
103
L<associativity|/language/functions#Associativity>. They act as a L<sub defined
104
using C<trait_mod>|/type/Sub#Traits> which take as argument the types and names
105
of the traits that are going to be added. In the case of subroutines, traits
0 commit comments