diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index 92af4ae..d84a810 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -341,12 +341,12 @@ ERROR - For each {argumentName} in {argumentNames} - Let {arguments} be the set of all arguments with the name {argumentName} from all fields in {fields}. - - Let {defaultValue} be the first default value found in {arguments}. + - Let {defaultValues} be all the default values found in {arguments}. - Let {externalArguments} be the set of all arguments with the name {argumentName} from all fields in {externalFields}. - For each {externalArgument} in {externalArguments} - - The default value of {externalArgument} must be equal to - {defaultValue}. + - The default value of {externalArgument} must be equal to all + {defaultValues}. **Explanatory Text**