Skip to content

Commit 6456c5f

Browse files
committed
enumName -> enumValueName
1 parent 17002d4 commit 6456c5f

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
@@ -305,8 +305,8 @@ SchemaCoordinate: Name . Name
305305
1. Let {typeName} be the value of the first {Name}.
306306
2. Let {type} be the type in the schema named {typeName}.
307307
3. If {type} is an Enum type:
308-
1. Let {enumName} be the value of the second {Name}.
309-
2. Return the enum value of {type} named {enumName}.
308+
1. Let {enumValueName} be the value of the second {Name}.
309+
2. Return the enum value of {type} named {enumValueName}.
310310
4. Otherwise if {type} is an Input Object type:
311311
1. Let {inputFieldName} be the value of the second {Name}.
312312
2. Return the input field of {type} named {inputFieldName}.

0 commit comments

Comments
 (0)