Skip to content

Commit

Permalink
Make NativeCall a link
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jul 6, 2018
1 parent 76c9797 commit 20dc2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/faq.pod6
Expand Up @@ -766,8 +766,8 @@ Fibonacci sequence, or all prime numbers.
=item Native data types for faster, closer to the metal, processing.
=item Interfacing to external libraries in C / C++ are trivially simple with
NativeCall.
=item Interfacing to external libraries in C / C++ is trivially simple with
L<NativeCall|/language/nativecall>.
=item Interfacing with Perl 5 (CPAN) / Python modules trivially simple with
Inline::Perl5 and Inline::Python.
Expand Down

0 comments on commit 20dc2c2

Please sign in to comment.