Fix a table in macros documentation

fixes #4911
This commit is contained in:
Dmitry Polienko
2016-10-19 22:06:22 +07:00
parent 34b826a64d
commit a69129969e

View File

@@ -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``.