Skip to content

Commit 0479386

Browse files
author
Jan-Olof Hendig
committed
Fixed another broken link
1 parent 95d8ee4 commit 0479386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Metamodel/Primitives.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Configures the type checking for C<$type>. C<@cache> is a list of known types
6161
against which C<$type> checks positively (so in a classical class-based
6262
system, the type itself and all recursive superclasses). If C<:authoritative>
6363
is missing or C<True>, this type will fail checks against all types not in
64-
C<@cache>. If C<:call_accepts> is True, the method L<ACCEPTS> will be called
64+
C<@cache>. If C<:call_accepts> is True, the method L<ACCEPTS|/routine/ACCEPTS> will be called
6565
for type checks against this type.
6666
6767
=head2 method configure_destroy

0 commit comments

Comments
 (0)