ast.nim: slightly better documentation

This commit is contained in:
Araq
2019-10-24 10:08:20 +02:00
parent 3d0c756a3c
commit 619b997c31

View File

@@ -882,7 +882,7 @@ type
# for range types a nkRange node
# for record types a nkRecord node
# for enum types a list of symbols
# for tyInt it can be the int literal
# if kind == tyInt: it is an 'int literal(x)' type
# for procs and tyGenericBody, it's the
# formal param list
# for concepts, the concept body