summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-02-28 23:02:38 +0100
committerAraq <rumpf_a@web.de>2012-02-28 23:02:38 +0100
commitf5eddcf9b663cd5ca2aef3cdf545b03388cba646 (patch)
treeb7cc57e22aaf4ae3e93145ed37b58efd362b37bd /lib
parent8f66c99f07abd1b3209ecf1e8bdc103f65d317f8 (diff)
parent2c1f90fc93bfea43947d2125bd18fe11b7a80bf7 (diff)
downloadNim-f5eddcf9b663cd5ca2aef3cdf545b03388cba646.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'lib')
-rwxr-xr-xlib/core/macros.nim2
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:

   ##