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 e35d09d commit 9573a49Copy full SHA for 9573a49
doc/Type/Sub.pod6
@@ -54,7 +54,7 @@ L<extended identifiers|/language/syntax#Extended_identifiers>.
54
X<|trait_mod (declarator)>
55
56
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
+classes, routines or L<containers|/language/phasers#index-entry-Phasers__will_trait>. It
58
is declared with the C<trait_mod> declarator followed by a colon and a string
59
literal containing the name of the trait. A single positional parameter defines
60
the type of the object that the trait is applied to. A single named argument
0 commit comments