mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
Small typo (#13824)
This commit is contained in:
@@ -7217,7 +7217,7 @@ This is translated to:
|
||||
This is translated to a call to the ``schema`` macro with a `nnkTypeDef`
|
||||
AST node capturing both the left-hand side and right-hand side of the
|
||||
definition. The macro can return a potentially modified `nnkTypeDef` tree
|
||||
will replace the original row in the type section.
|
||||
which will replace the original row in the type section.
|
||||
|
||||
When multiple macro pragmas are applied to the same definition, the
|
||||
compiler will apply them consequently from left to right. Each macro
|
||||
|
||||
Reference in New Issue
Block a user