fixed a typo

This commit is contained in:
Zahary Karadjov
2012-11-11 17:13:56 +02:00
parent 32d0ac01dc
commit 1b691d8747

View File

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