Skip to content

Commit 1ad48de

Browse files
committed
Fix grammar: "settings is used" -> "settings are used"
1 parent efa2266 commit 1ad48de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 4 -- Composition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4595,7 +4595,7 @@ honors the constraints of both sources. If either source requires a non-null
45954595
value, the merged type also becomes non-null so that no invalid (e.g., `null`)
45964596
data can be introduced at runtime. Conversely, if both sources allow `null`, the
45974597
merged type remains nullable. The same principle applies to list types, where
4598-
the more restrictive settings (non-null list or non-null elements) is used.
4598+
the more restrictive settings (non-null list or non-null elements) are used.
45994599

46004600
_Nullability_
46014601

0 commit comments

Comments
 (0)