diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index 7b10505..c2013e0 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -85,7 +85,7 @@ enum Enum1 { } ``` -This following example violates this rule because the default value for the field +The following example violates this rule because the default value for the field `field` in type `Input1` references an enum value (`FOO`) that is marked as `@inaccessible`.