diff options
Diffstat (limited to 'lib/system.nim')
-rwxr-xr-x | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index 323cfc1bb..3248276ee 100755 --- a/lib/system.nim +++ b/lib/system.nim @@ -2220,7 +2220,7 @@ type template eval*(blk: stmt): stmt = ## executes a block of code at compile time just as if it was a macro - ## optonally, the block can return an AST tree that will replace the + ## optionally, the block can return an AST tree that will replace the ## eval expression block: macro payload(x: stmt): stmt = blk |