docfix: fix wrong link in doc/manual.rst (#14367)

This commit is contained in:
Bung
2020-05-16 18:04:39 +08:00
committed by GitHub
parent bf0e1c696f
commit c32e1378eb

View File

@@ -6801,7 +6801,7 @@ Produces:
ImportJs pragma
---------------
Similar to the `importcpp pragma for C++ <#foreign-function-interface-importc-pragma>`_,
Similar to the `importcpp pragma for C++ <#implementation-specific-pragmas-importcpp-pragma>`_,
the ``importjs`` pragma can be used to import Javascript methods or
symbols in general. The generated code then uses the Javascript method
calling syntax: ``obj.method(arg)``.