mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
Merge pull request #4912 from nigredo-tori/fix-table-in-macros
Fix a table in macros documentation
This commit is contained in:
@@ -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``.
|
||||
|
||||
Reference in New Issue
Block a user