aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEduardo Julian2022-06-16 00:48:19 -0400
committerEduardo Julian2022-06-16 00:48:19 -0400
commit9e2f1e76f2c8df01ed7687d934c3210fcf676bd6 (patch)
tree115fab5bd8a5f53dc0d13ce5453095324a83496f /README.md
parentf92c806ee8da63f04bbefbf558f6249bacdb47ea (diff)
De-sigil-ification: suffix : [Part 13]
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 22fd6f6e7..1c59376f4 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ There is also the special **^or** macro, which introduces *or patterns*:
{#Sunday})))
... Returns TRUE if it's either Saturday OR Sunday.
-(def: (weekend? day)
+(def (weekend? day)
(-> Weekday Bit)
(case day
(^or {#Saturday}