Skip to content

Commit

Permalink
Update spec/Section 4 -- Composition.md
Browse files Browse the repository at this point in the history
Co-authored-by: Glen <[email protected]>
  • Loading branch information
michaelstaib and glen-84 authored Nov 14, 2024
1 parent 9b09474 commit 7428ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 4 -- Composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ValidateArgumentDefaultValues():
- For each {argument} in {arguments}
- If {IsExposed(argument)} is true and has a default value:
- Let {defaultValue} be the default value of {argument}
- If not ValidateDefaultValue(defaultValue)
- If not {ValidateDefaultValue(defaultValue)}
- return false
- return true

Expand Down

0 comments on commit 7428ffd

Please sign in to comment.