We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8a6a8a + 0b0af7a commit 305eb80Copy full SHA for 305eb80
scripts/ast.ast
@@ -1,6 +1,6 @@
1
# Mini-language for AST definition.
2
# All AST nodes extend AstNode.
3
-# All AST nodes are visitible.
+# All AST nodes are visible.
4
# All AST fields have a getter and a setter and are a constructor argument.
5
# We have concrete types (code T) and unions (code U).
6
# S for singular field, P for plural, ? for nullable.
@@ -173,4 +173,4 @@ S Name name
173
P InputValueDefinition fields
174
175
T TypeExtensionDefinition
176
-S ObjectTypeDefinition definition
+S ObjectTypeDefinition definition
0 commit comments