mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 18:32:11 +00:00
fix syntax in macros documentation (#16604)
This commit is contained in:
@@ -1033,7 +1033,7 @@ AST:
|
||||
nnkEmpty(), # no pragmas here
|
||||
nnkOfInherit(
|
||||
nnkIdent("RootObj") # inherits from RootObj
|
||||
)
|
||||
),
|
||||
nnkEmpty()
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user