summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system.nim')
-rwxr-xr-xlib/system.nim2
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
88772d924d88'>cfd914b0 ^
98eb9bdd ^
1383e7c7 ^
cfd914b0 ^

22b310e1 ^
cfd914b0 ^

6f3f8148 ^
cfd914b0 ^


1383e7c7 ^
55bdc910 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30