diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-05-26 21:02:45 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-05-26 21:02:45 +0100 |
commit | a751b3de1773735ed75384b293269353d94d38bd (patch) | |
tree | f1f98a2778c0ffad231e109883c0b94d7d595dde /README.md | |
parent | bd466aa98a25f1a4d5689ae868ab9e8c9ea4ea3b (diff) | |
download | funco-0.2.tar.gz funco-0.2.zip |
Add better error reporting0.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ Literals include: * numbers (int or float): `1`, `1.5` * strings: `"this is a string"` -* booleans (true or false), as result of some logical functions; although 0 is false and non-zero is true +* booleans (`true` or `false`), as result of some logical functions; although 0 is false and non-zero is true * lists * functions * none for "no value" |