From 9b09474b3082eeb322356ece6f76ce838a19b564 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 14 Nov 2024 12:25:41 +0200 Subject: [PATCH] Update spec/Section 4 -- Composition.md Co-authored-by: Glen --- spec/Section 4 -- Composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.