From 7428ffdffbfa8c12afd4213621cecadc794e307a Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 14 Nov 2024 12:26:16 +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 c2013e0..8320787 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -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