diff options
author | ynfle <23086821+ynfle@users.noreply.github.com> | 2020-06-08 23:14:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 20:14:26 -0700 |
commit | aa70cfdea282e717a41f7dbfec32d739f7b2e08a (patch) | |
tree | 406a7e645cf7b5ac4db9830948434025f953d7fd /doc | |
parent | cc3409e26437e7e1d89c8d4b7baacdee695a7b44 (diff) | |
download | Nim-aa70cfdea282e717a41f7dbfec32d739f7b2e08a.tar.gz |
Fix(astspec.txt): type of repeated word (#14612)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/astspec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/astspec.txt b/doc/astspec.txt index 5d50d82d9..ab2fbcacc 100644 --- a/doc/astspec.txt +++ b/doc/astspec.txt @@ -1014,7 +1014,7 @@ AST: ) Note that not all ``nnkTypeDef`` utilize ``nnkIdent`` as their -their parameter. One of the most common uses of type declarations +parameter. One of the most common uses of type declarations is to work with objects. Concrete syntax: |