Skip to content

Commit 4f665f7

Browse files
authored
remove format code D, use C instead
D may not yet be implemented
1 parent 1c410ac commit 4f665f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/pod.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can use whichever form is most convenient for your particular documentation
3030
3131
Delimited blocks are bounded by C<=begin> and C<=end> markers, both of
3232
which are followed by a valid Perl 6 identifier, which is the
33-
D<typename> of the block. Typenames that are entirely lowercase (for
33+
C<typename> of the block. Typenames that are entirely lowercase (for
3434
example: C<=begin head1>) or entirely uppercase (for example: C<=begin
3535
SYNOPSIS>) are reserved.
3636

0 commit comments

Comments
 (0)