aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-05-26 21:02:45 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-05-26 21:02:45 +0100
commita751b3de1773735ed75384b293269353d94d38bd (patch)
treef1f98a2778c0ffad231e109883c0b94d7d595dde /README.md
parentbd466aa98a25f1a4d5689ae868ab9e8c9ea4ea3b (diff)
downloadfunco-0.2.tar.gz
funco-0.2.zip
Add better error reporting0.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a4f3f2..fa84f62 100644
--- a/README.md
+++ b/README.md
@@ -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"