Skip to content

Commit 057c651

Browse files
author
Jan-Olof Hendig
committed
Fixed broken link.
Closes #1348
1 parent 01bc71d commit 057c651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/CallFrame.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you just need to trace caller information, L<Backtrace> may provide a better
4444
4545
method code(CallFrame:D:)
4646
47-
Return the callable code for the current block. When called on the object returned by C<callframe(0)>, this will be the same value found in L<&?BLOCK>.
47+
Return the callable code for the current block. When called on the object returned by C<callframe(0)>, this will be the same value found in L«C<&?BLOCK>|/language/variables#Compile-time_variables».
4848
4949
=head2 method file
5050

0 commit comments

Comments
 (0)