mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
fix typo in the manual (#12723)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user