Skip to content

Commit c878e2c

Browse files
authored
Fix URL for .DEFINITE
1 parent 9eb0a16 commit c878e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/typesystem.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ type constraint may change in this case.
3636
3737
=head2 Type Objects
3838
39-
To test if an object is a type object, use L«C<.DEFINITE>|/routine/DEFINITE» method:
39+
To test if an object is a type object, use
40+
L«C<.DEFINITE>|/language/mop#index-entry-syntax_DEFINITE-DEFINITE» method:
4041
4142
=begin code :ok-test<WHAT>
4243
my $a = Int;

0 commit comments

Comments
 (0)