diff --git a/spec/Section 3 -- Type System.md b/spec/Section 3 -- Type System.md index 8940956f7..9ef456766 100644 --- a/spec/Section 3 -- Type System.md +++ b/spec/Section 3 -- Type System.md @@ -1244,7 +1244,7 @@ Union type extensions have the potential to be invalid if incorrectly defined. ## Enums -EnumTypeDefinition : Description? enum Name Directives[Const]? EnumValuesDefinition? +EnumTypeDefinition : Description? enum Name Directives[Const]? EnumValuesDefinition EnumValuesDefinition : { EnumValueDefinition+ }