aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-04 08:00:20 -0700
committercolin <colin@cicadas.surf>2023-08-04 08:00:20 -0700
commit03fc2fd4c781856234a31a681ed3cd2f2d8e3189 (patch)
tree72ee718d65a416d93c356c23e7b585f36dbbf285
parent053aeaa1a2fad082d7bd38c8eb405a8cbc18a7a6 (diff)
typo
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5eef573..b18153c 100644
--- a/README.org
+++ b/README.org
@@ -126,7 +126,7 @@ and whose ~CDR~ varies depending on the value of the ~CAR~.
|----------------------+--------------------------------------------------|
| ~(:or . PATTERNS)~ | Matches one of PATTERNS, checked left to right. |
|----------------------+--------------------------------------------------|
- | ~(:= . LITERAL)~ | Literal pattern matches. They match exactly |
+ | ~(:= LITERAL)~ | Literal pattern matches. They match exactly |
| ~(:seq= . LITERALS)~ | their arguments (according to EQUALP). These |
| ~(:?= LITERAL)~ | variants behave like their counterparts above, |
| ~(:*= LITERAL)~ | except with literal value matches instead of |