Skip to content

Commit 9573a49

Browse files
authored
Sub #3841
correct ref
1 parent e35d09d commit 9573a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Sub.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ L<extended identifiers|/language/syntax#Extended_identifiers>.
5454
X<|trait_mod (declarator)>
5555
5656
A C<Trait> is a sub that is applied at compile time to various objects like
57-
classes, routines or L<containers|/language/phasers#index-entry-will_trait>. It
57+
classes, routines or L<containers|/language/phasers#index-entry-Phasers__will_trait>. It
5858
is declared with the C<trait_mod> declarator followed by a colon and a string
5959
literal containing the name of the trait. A single positional parameter defines
6060
the type of the object that the trait is applied to. A single named argument

0 commit comments

Comments
 (0)