Skip to content

Commit d2a28d2

Browse files
committed
- Fixes bad link in route page for nativecast.
1 parent a1f0ae3 commit d2a28d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ a less specific type to a more specific one.
787787
As a special case, if a L<Signature|/type/Signature> is supplied as C<$target-type> then
788788
a C<subroutine> will be returned which will call the native function pointed to by C<$source>
789789
in the same way as a subroutine declared with the C<native> trait. This is described in
790-
L<Function Pointers|#Function_Pointers>.
790+
L<Function Pointers|/langauge/nativecall#Function_Pointers>.
791791
792792
=head2 sub cglobal
793793

0 commit comments

Comments
 (0)