From b7fbed88a5f8a00e99fd812e366421ee8bedc70f Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 14 Nov 2024 12:25:28 +0200 Subject: [PATCH] Update spec/Section 4 -- Composition.md Co-authored-by: Glen --- spec/Section 4 -- Composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index c9acfcb..e0c58ac 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -42,7 +42,7 @@ ValidateInputFieldDefaultValues(): - Let {type} be the type of {inputField} - If {IsExposed(inputField)} is true and {inputField} has a default value: - Let {defaultValue} be the default value of {inputField} - - if ValidateDefaultValue(defaultValue) is false + - If {ValidateDefaultValue(defaultValue)} is false - return false - return true