From a751b3de1773735ed75384b293269353d94d38bd Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 26 May 2024 21:02:45 +0100 Subject: Add better error reporting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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" -- cgit v1.2.3