fix syntax in macros documentation (#16604)

This commit is contained in:
n5m
2021-01-06 02:23:59 +00:00
committed by GitHub
parent 2c2baa9fad
commit d721f5ceca

View File

@@ -1033,7 +1033,7 @@ AST:
nnkEmpty(), # no pragmas here
nnkOfInherit(
nnkIdent("RootObj") # inherits from RootObj
)
),
nnkEmpty()
)
)