Skip to content

Commit 20dc2c2

Browse files
authored
Make NativeCall a link
1 parent 76c9797 commit 20dc2c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/faq.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,8 +766,8 @@ Fibonacci sequence, or all prime numbers.
766766
767767
=item Native data types for faster, closer to the metal, processing.
768768
769-
=item Interfacing to external libraries in C / C++ are trivially simple with
770-
NativeCall.
769+
=item Interfacing to external libraries in C / C++ is trivially simple with
770+
L<NativeCall|/language/nativecall>.
771771
772772
=item Interfacing with Perl 5 (CPAN) / Python modules trivially simple with
773773
Inline::Perl5 and Inline::Python.

0 commit comments

Comments
 (0)