summary refs log tree commit diff stats
path: root/doc/astspec.txt
diff options
context:
space:
mode:
authorDmitry Polienko <nigredo.tori@gmail.com>2016-10-19 22:06:22 +0700
committerDmitry Polienko <nigredo.tori@gmail.com>2016-10-19 22:07:41 +0700
commita69129969eb61ea656af70986826bc15edc2f2ff (patch)
tree7aeed20ae941e5cdfa41e7167dced3a7fedf666f /doc/astspec.txt
parent34b826a64dec8fd575e44ece2efba0d2cdf41311 (diff)
downloadNim-a69129969eb61ea656af70986826bc15edc2f2ff.tar.gz
Fix a table in macros documentation
fixes #4911
Diffstat (limited to 'doc/astspec.txt')
-rw-r--r--doc/astspec.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/astspec.txt b/doc/astspec.txt
index 35eb1727b..f430677af 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``.