summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortauplus <43274667+tauplus@users.noreply.github.com>2019-11-25 18:08:22 +0900
committerAndreas Rumpf <rumpf_a@web.de>2019-11-25 10:08:22 +0100
commit8debf798379041a09bf752cb9e2bf3d50f3395d1 (patch)
tree53193a3ee548be339c980f30c4af2ab330a9de61
parentbfad0056abe5d1da8dda674ff149bc111291ca2f (diff)
downloadNim-8debf798379041a09bf752cb9e2bf3d50f3395d1.tar.gz
fix typo in the manual (#12723)
-rw-r--r--doc/manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index f142af05d..b72dff640 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -7113,7 +7113,7 @@ spelled*:
   proc printf(formatstr: cstring) {.header: "<stdio.h>", importc: "printf", varargs.}
 
 Note that this pragma has been abused in the past to also work in the
-js backand for js objects and functions. : Other backends do provide
+js backend for js objects and functions. : Other backends do provide
 the same feature under the same name. Also, when the target language
 is not set to C, other pragmas are available: