From 08ce8e240a7db0ecf4510a25b1237835b3c32230 Mon Sep 17 00:00:00 2001 From: James <85808999+TheGreatSageEqualToHeaven@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:51:45 +0000 Subject: [PATCH] Update docs/syntax-if-statements-initializers.md Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com> --- docs/syntax-if-statements-initializers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax-if-statements-initializers.md b/docs/syntax-if-statements-initializers.md index 344c521..624c45a 100644 --- a/docs/syntax-if-statements-initializers.md +++ b/docs/syntax-if-statements-initializers.md @@ -50,7 +50,7 @@ end `Output: true` -When declaring multiple values inside of a condition, all of the variables will be evaluated. +When declaring multiple values inside of a condition, all of the variables will be tested for truthiness. Example: