Skip to content

Commit c89adc0

Browse files
Update 01-debugging.pod6
1 parent 7f104fe commit c89adc0

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
@@ -73,7 +73,7 @@ This can be handy as a cheap trace function.
7373
7474
=head2 The C<Backtrace> class
7575
76-
The C<Backtrace> class gets the current call stack, and can return it as a
76+
The L<Backtrace> class gets the current call stack, and can return it as a
7777
string:
7878
7979
my $trace = Backtrace.new;

0 commit comments

Comments
 (0)