Fixed misspelling in lib/core/macros.nim

This commit is contained in:
Dominik Picheta
2012-02-25 15:12:13 +00:00
parent d72b00cf15
commit 2c1f90fc93

View File

@@ -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:
##