From 6fe79fd15818bee4662500b8febb8239d2381ce8 Mon Sep 17 00:00:00 2001 From: Quelklef Date: Wed, 11 Jul 2018 02:52:09 -0400 Subject: Fixed a wrong AST example (#8269) --- doc/astspec.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/astspec.txt b/doc/astspec.txt index 73058cd93..830dc7da9 100644 --- a/doc/astspec.txt +++ b/doc/astspec.txt @@ -1270,10 +1270,10 @@ AST: nnkIdent("float32"), nnkEmpty() ) - nnkPragma(nnkIdent("inline")), - nnkEmpty(), # reserved slot for future use - nnkStmtList(nnkDiscardStmt(nnkEmpty())) # the meat of the proc - ) + ), + nnkPragma(nnkIdent("inline")), + nnkEmpty(), # reserved slot for future use + nnkStmtList(nnkDiscardStmt(nnkEmpty())) # the meat of the proc ) There is another consideration. Nim has flexible type identification for -- cgit 1.4.1-2-gfad0