Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed another broken link
  • Loading branch information
Jan-Olof Hendig committed May 16, 2016
1 parent 95d8ee4 commit 0479386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Metamodel/Primitives.pod
Expand Up @@ -61,7 +61,7 @@ Configures the type checking for C<$type>. C<@cache> is a list of known types
against which C<$type> checks positively (so in a classical class-based
system, the type itself and all recursive superclasses). If C<:authoritative>
is missing or C<True>, this type will fail checks against all types not in
C<@cache>. If C<:call_accepts> is True, the method L<ACCEPTS> will be called
C<@cache>. If C<:call_accepts> is True, the method L<ACCEPTS|/routine/ACCEPTS> will be called
for type checks against this type.
=head2 method configure_destroy
Expand Down

0 comments on commit 0479386

Please sign in to comment.