Skip to content

Commit c5d8949

Browse files
committed
We don't need external indexing if it is already a header. The whole syntax seems wrong here, which caused 404 entry.
Fixes #1014
1 parent 535d70a commit c5d8949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ public attributes of that class.
404404
my $c = C.new.a = 42;
405405
dd $c; # OUTPUT«Int $c = 42␤»
406406
407-
=head3 X«trait C<is required>|is required»
407+
=head3 trait C<is required>
408408
409409
Defined as:
410410

0 commit comments

Comments
 (0)