summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-10-27 23:47:27 +0200
committerLeah Neukirchen <leah@vuxu.org>2022-10-27 23:47:27 +0200
commit5d7684aa5e7ce4934ffaa074bba538d63f82cc06 (patch)
tree3e16db68026a1263fd9b3531dd596de8f1df43b7
parentd0cf111d4b04f1e09800dd3b6a7ef0ebbf07101f (diff)
downloadmew-5d7684aa5e7ce4934ffaa074bba538d63f82cc06.tar.gz
mew-5d7684aa5e7ce4934ffaa074bba538d63f82cc06.tar.xz
mew-5d7684aa5e7ce4934ffaa074bba538d63f82cc06.zip
wording
-rw-r--r--mew.svnwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index c3671f4..65aefda 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -289,6 +289,6 @@ Mutation with nesting macros: shortcut for {{(set loc (-> loc ...))}}.
 
 <syntax>(given <val> <cond> <then> <else>?)<syntax>
 
-Evaluate {{<val>}}.  Then, when {{<cond>}} is truthy, behaves like
+Evaluate {{<val>}}.  Then, when {{<cond>}} is not false, behaves like
 {{(-> <val> -> <then>}}, otherwise like {{(-> <val> -> <else>)}}
 (or just {{<val>}} if no {{<else>}} was passed).