Skip to content

Commit fba35d5

Browse files
committed
Fix bug in null handling
1 parent 6aed5a9 commit fba35d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,8 +1790,7 @@ CoerceListValue(value, listType):
17901790

17911791
CoerceListItemValue(itemValue, itemType):
17921792

1793-
- If {itemValue} is {null}, return {null}.
1794-
- Otherwise, if {itemValue} is a Variable:
1793+
- If {itemValue} is a Variable:
17951794
- If the variable provides a runtime value:
17961795
- Let {coercedItemValue} be the runtime value of the variable.
17971796
- Otherwise, if the variable definition provides a default value:

0 commit comments

Comments
 (0)