Skip to content

Commit

Permalink
Fix bug in null handling
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Nov 28, 2024
1 parent 6aed5a9 commit fba35d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/Section 3 -- Type System.md
Original file line number Diff line number Diff line change
Expand Up @@ -1790,8 +1790,7 @@ CoerceListValue(value, listType):

CoerceListItemValue(itemValue, itemType):

- If {itemValue} is {null}, return {null}.
- Otherwise, if {itemValue} is a Variable:
- If {itemValue} is a Variable:
- If the variable provides a runtime value:
- Let {coercedItemValue} be the runtime value of the variable.
- Otherwise, if the variable definition provides a default value:
Expand Down

0 comments on commit fba35d5

Please sign in to comment.