Skip to content

Commit a3d65f2

Browse files
author
Jan-Olof Hendig
committed
Change headline so that it does not contain the word class and a type
This is a workaround for a problem in which htmlify.p6 can be tripped up when it encounters what looks like a type heading in a file which is not present in the type directory. This will lead to subtitles, i.e. descriptions, going missing on https://docs.perl6.org/type.html. See https://irclog.perlgeek.de/perl6/2017-09-24#i_15210015
1 parent 982982d commit a3d65f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Programs/01-debugging.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ name of the current subroutine / method to the standard error stream:
7171
7272
This can be handy as a cheap trace function.
7373
74-
=head2 The C<Backtrace> class
74+
=head2 Using backtraces
7575
7676
The L<Backtrace> class gets the current call stack, and can return it as a
7777
string:

0 commit comments

Comments
 (0)