diff options
-rwxr-xr-x | lib/core/macros.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index e8a16865e..8712761b4 100755 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -210,7 +210,7 @@ proc getAst*(macroOrTemplate: expr): expr {.magic: "ExpandToAst".} ## var ast = getAst(BarTemplate()) template emit*(s: expr): stmt = - ## accepts a single sting argument and treats it as nimrod code + ## accepts a single string argument and treats it as nimrod code ## that should be inserted verbatim in the program ## Example: ## |