From e72b62567c37ee512dd89b121899ec585d316bfb Mon Sep 17 00:00:00 2001 From: def Date: Mon, 6 Jun 2016 19:54:14 +0200 Subject: [PATCH] NimSymbol has been renamed to NimSym --- doc/astspec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/astspec.txt b/doc/astspec.txt index f235e29846..35eb1727bf 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)