Skip to content

Commit 305eb80

Browse files
authored
Merge pull request #144 from audiolion/patch-1
Fix typo in ast.ast
2 parents f8a6a8a + 0b0af7a commit 305eb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ast.ast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mini-language for AST definition.
22
# All AST nodes extend AstNode.
3-
# All AST nodes are visitible.
3+
# All AST nodes are visible.
44
# All AST fields have a getter and a setter and are a constructor argument.
55
# We have concrete types (code T) and unions (code U).
66
# S for singular field, P for plural, ? for nullable.
@@ -173,4 +173,4 @@ S Name name
173173
P InputValueDefinition fields
174174

175175
T TypeExtensionDefinition
176-
S ObjectTypeDefinition definition
176+
S ObjectTypeDefinition definition

0 commit comments

Comments
 (0)