diff options
author | Dmitry Polienko <nigredo.tori@gmail.com> | 2016-10-19 22:06:22 +0700 |
---|---|---|
committer | Dmitry Polienko <nigredo.tori@gmail.com> | 2016-10-19 22:07:41 +0700 |
commit | a69129969eb61ea656af70986826bc15edc2f2ff (patch) | |
tree | 7aeed20ae941e5cdfa41e7167dced3a7fedf666f /doc/astspec.txt | |
parent | 34b826a64dec8fd575e44ece2efba0d2cdf41311 (diff) | |
download | Nim-a69129969eb61ea656af70986826bc15edc2f2ff.tar.gz |
Fix a table in macros documentation
fixes #4911
Diffstat (limited to 'doc/astspec.txt')
-rw-r--r-- | doc/astspec.txt | 1 |
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``. |