diff options
author | hlaaftana <10591326+hlaaftana@users.noreply.github.com> | 2020-05-05 11:34:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 10:34:37 +0200 |
commit | 6b7b5fb4fa7865d17f2433ddc49bac1483b19a01 (patch) | |
tree | 7c4b08bcb436421740a39fba44433d1280183e52 /doc/backends.rst | |
parent | eefada8a8816873c6c9c3e1e7c479fefae96c93b (diff) | |
download | Nim-6b7b5fb4fa7865d17f2433ddc49bac1483b19a01.tar.gz |
Clarify JS cstring len (#14184)
Diffstat (limited to 'doc/backends.rst')
-rw-r--r-- | doc/backends.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/backends.rst b/doc/backends.rst index 52c16b9f7..d34a06238 100644 --- a/doc/backends.rst +++ b/doc/backends.rst @@ -82,7 +82,7 @@ available. This includes: * proper 64 bit integer arithmetic To compensate, the standard library has modules `catered to the JS backend -<https://nim-lang.org/docs/lib.html#pure-libraries-modules-for-js-backend>`_ +<lib.html#pure-libraries-modules-for-js-backend>`_ and more support will come in the future (for instance, Node.js bindings to get OS info). |