Skip to content

Commit a045b7d

Browse files
authored
Update traits.pod6
bad link fix
1 parent fdef767 commit a045b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traits.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ necessary unless you are effectively working with that interface.
9999
=head2 C<is> on routines
100100
101101
The C<is> trait can be used on the definition of methods and routines to
102-
establish L<precedence|/functions#Precedence> and
102+
establish L<precedence|/language/functions#Precedence> and
103103
L<associativity|/language/functions#Associativity>. They act as a L<sub defined
104104
using C<trait_mod>|/type/Sub#Traits> which take as argument the types and names
105105
of the traits that are going to be added. In the case of subroutines, traits

0 commit comments

Comments
 (0)