Skip to content

Commit 856cd6e

Browse files
magicmarkleebyron
authored andcommitted
enumName -> enumValueName
1 parent 7714c41 commit 856cd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ SchemaCoordinate: Name . Name
274274
1. Let {typeName} be the value of the first {Name}.
275275
2. Let {type} be the type in the schema named {typeName}.
276276
3. If {type} is an Enum type:
277-
1. Let {enumName} be the value of the second {Name}.
278-
2. Return the enum value of {type} named {enumName}.
277+
1. Let {enumValueName} be the value of the second {Name}.
278+
2. Return the enum value of {type} named {enumValueName}.
279279
4. Otherwise if {type} is an Input Object type:
280280
1. Let {inputFieldName} be the value of the second {Name}.
281281
2. Return the input field of {type} named {inputFieldName}.

0 commit comments

Comments
 (0)