From 1b691d87479880c9a7fad9696e92dccb600d5f96 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 11 Nov 2012 17:13:56 +0200 Subject: [PATCH] fixed a typo --- lib/core/macros.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 31192ae63c..b80de27fae 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 ##