summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-11-11 17:13:56 +0200
committerZahary Karadjov <zahary@gmail.com>2012-11-11 17:13:56 +0200
commit1b691d87479880c9a7fad9696e92dccb600d5f96 (patch)
treebd83c2949069f70d9ef992764886f433d3eddcbd /lib
parent32d0ac01dcd5cebfdd1da5182312d308da955837 (diff)
downloadNim-1b691d87479880c9a7fad9696e92dccb600d5f96.tar.gz
fixed a typo
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 31192ae63..b80de27fa 100755
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -251,7 +251,7 @@ proc quote*(bl: stmt, op = "``"): PNimrodNode {.magic: "QuoteAst".}
   ##     # unittest module.
   ##
   ##     # If there is a failed check, we want to make it easy for
-  ##     # the user to just to the faulty line in the code, so we
+  ##     # the user to jump to the faulty line in the code, so we
   ##     # get the line info here:
   ##     var info = ex.lineinfo
   ##