Skip to content

Commit 802de27

Browse files
sogkowincent
authored andcommitted
Improved note on input coercion (#261)
Follow up to #260 Improved the note on input coercion for null value via runtime variable value. The previous form was a little bit hard to read. Hopefully the changes improve its readability.
1 parent 4a1d537 commit 802de27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ argument is passed (a common case), the client can just pass that value rather
888888
than constructing the list.
889889

890890
Note that when a {null} value is provided via a runtime variable value for a
891-
list type that it is interpreted as no list being provided, and not a list of
891+
list type, the value is interpreted as no list being provided, and not a list of
892892
size one with the value {null}.
893893

894894

0 commit comments

Comments
 (0)