diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-02-25 15:12:13 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-02-25 15:12:13 +0000 |
commit | 2c1f90fc93bfea43947d2125bd18fe11b7a80bf7 (patch) | |
tree | f66c8f15a5422d34368e367535365e15b3e9d1da /lib/core | |
parent | d72b00cf15402b050f4a1ca7e5e73a5968550d0c (diff) | |
download | Nim-2c1f90fc93bfea43947d2125bd18fe11b7a80bf7.tar.gz |
Fixed misspelling in lib/core/macros.nim
Diffstat (limited to 'lib/core')
-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: ## |