summary refs log tree commit diff stats
path: root/doc/astspec.txt
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2016-06-06 19:54:14 +0200
committerdef <dennis@felsin9.de>2016-06-06 19:54:14 +0200
commite72b62567c37ee512dd89b121899ec585d316bfb (patch)
tree9f4c0ccad41b1ef9048df583a8ddac0acf2fce82 /doc/astspec.txt
parentc6d0dce14fc1259085a92edb3e0d4b2962b80777 (diff)
downloadNim-e72b62567c37ee512dd89b121899ec585d316bfb.tar.gz
NimSymbol has been renamed to NimSym
Diffstat (limited to 'doc/astspec.txt')
-rw-r--r--doc/astspec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/astspec.txt b/doc/astspec.txt
index f235e2984..35eb1727b 100644
--- a/doc/astspec.txt
+++ b/doc/astspec.txt
@@ -33,7 +33,7 @@ contains:
       of nnkIdent:
         ident: NimIdent                ## the identifier
       of nnkSym:
-        symbol: NimSymbol              ## the symbol (after symbol lookup phase)
+        symbol: NimSym                 ## the symbol (after symbol lookup phase)
       else:
         sons: seq[NimNode]             ## the node's sons (or children)