diff options
author | Bung <535670947@qq.com> | 2020-05-16 18:04:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 03:04:39 -0700 |
commit | c32e1378eb7d62d59c9e24322c282556c821030a (patch) | |
tree | 23bf88e7fe501409781410e06be58a1369faf1bc /doc | |
parent | bf0e1c696f6be96026d72838010ef8e63bd13238 (diff) | |
download | Nim-c32e1378eb7d62d59c9e24322c282556c821030a.tar.gz |
docfix: fix wrong link in doc/manual.rst (#14367)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 8d4439644..4e477f6ff 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -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)``. |