From 9d2684934ab5e7f1dce9498f83a9ebc39aa4d8f1 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 3 Sep 2022 20:27:44 +0200 Subject: [PATCH] :memo: clarify `` is a placeholder --- doc/concept.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/concept.sh b/doc/concept.sh index ef231be..2645e77 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -96,8 +96,8 @@ floor $1 ## CONDITIONS ## -# only execute next line if cond is true -if|ifl cond +# only execute next line if is true +if|ifl # value to bool $1 # same as `$1 == true`