Skip to content

Commit

Permalink
fix syntax in macros documentation (nim-lang#16604)
Browse files Browse the repository at this point in the history
  • Loading branch information
n5m authored Jan 6, 2021
1 parent 2c2baa9 commit d721f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/astspec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ AST:
nnkEmpty(), # no pragmas here
nnkOfInherit(
nnkIdent("RootObj") # inherits from RootObj
)
),
nnkEmpty()
)
)
Expand Down

0 comments on commit d721f5c

Please sign in to comment.