From a69129969eb61ea656af70986826bc15edc2f2ff Mon Sep 17 00:00:00 2001 From: Dmitry Polienko Date: Wed, 19 Oct 2016 22:06:22 +0700 Subject: [PATCH] Fix a table in macros documentation fixes #4911 --- doc/astspec.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/astspec.txt b/doc/astspec.txt index 35eb1727bf..f430677afe 100644 --- a/doc/astspec.txt +++ b/doc/astspec.txt @@ -1184,6 +1184,7 @@ Nim type Corresponding AST ``proc`` ``nnkProcTy`` ``iterator`` ``nnkIteratorTy`` ``object`` ``nnkObjectTy`` +------------- --------------------------------------------- Take special care when declaring types as ``proc``. The behavior is similar to ``Procedure declaration``, below, but does not treat ``nnkGenericParams``.