From 03fc2fd4c781856234a31a681ed3cd2f2d8e3189 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 4 Aug 2023 08:00:20 -0700 Subject: typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | -- cgit v1.2.3