diff options
author | colin <colin@cicadas.surf> | 2023-08-04 08:00:20 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-04 08:00:20 -0700 |
commit | 03fc2fd4c781856234a31a681ed3cd2f2d8e3189 (patch) | |
tree | 72ee718d65a416d93c356c23e7b585f36dbbf285 | |
parent | 053aeaa1a2fad082d7bd38c8eb405a8cbc18a7a6 (diff) |
typo
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | |