Update docs/syntax-if-statements-initializers.md

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
James 2024-02-17 10:51:45 +00:00 committed by GitHub
parent 32fd23e416
commit 08ce8e240a
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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: