From aa70cfdea282e717a41f7dbfec32d739f7b2e08a Mon Sep 17 00:00:00 2001 From: ynfle <23086821+ynfle@users.noreply.github.com> Date: Mon, 8 Jun 2020 23:14:26 -0400 Subject: [PATCH] Fix(astspec.txt): type of repeated word (#14612) --- doc/astspec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/astspec.txt b/doc/astspec.txt index 5d50d82d98..ab2fbcacc8 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: