Skip to content

Commit c8748d9

Browse files
authored
Update traits.pod6
fixed bad link
1 parent 2b59954 commit c8748d9

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
@@ -28,7 +28,7 @@ The most common form, involving two classes, one that is being defined and the
2828
other existing, L<defines parenthood|/syntax/is>. C<A is B>, if both are
2929
classes, defines A as a subclass of B.
3030
31-
L<C<is DEPRECATED>|/Attribute#trait_is_DEPRECATED> can be applied to classes,
31+
L<C<is DEPRECATED>|/type/Attribute#trait_is_DEPRECATED> can be applied to classes,
3232
Attributes or Routines, marks them as deprecated and issues a message, if
3333
provided.
3434

0 commit comments

Comments
 (0)