From fce697b043efda8ac2711a958d99483605fab7f8 Mon Sep 17 00:00:00 2001 From: apense Date: Mon, 15 Jun 2015 13:37:58 -0400 Subject: [PATCH] Corrected capitalization Sorry to be making so many changes. --- doc/astspec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/astspec.txt b/doc/astspec.txt index 1f46070df5..0a7c29db7f 100644 --- a/doc/astspec.txt +++ b/doc/astspec.txt @@ -970,7 +970,7 @@ AST: # follows like a proc or iterator ) -If the template does not have types for its parameters, the type Identifiers +If the template does not have types for its parameters, the type identifiers inside ``nnkFormalParams`` just becomes ``nnkEmpty``. Macro declaration