From 20dc2c29be3f83b4034831c68a0c7d8feb44e5b5 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 6 Jul 2018 10:18:46 -0400 Subject: [PATCH] Make NativeCall a link --- doc/Language/faq.pod6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Language/faq.pod6 b/doc/Language/faq.pod6 index ca3ab9007..adf56c504 100644 --- a/doc/Language/faq.pod6 +++ b/doc/Language/faq.pod6 @@ -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. =item Interfacing with PerlĀ 5 (CPAN) / Python modules trivially simple with Inline::Perl5 and Inline::Python.