aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-15 07:12:51 -0700
committercolin <colin@cicadas.surf>2023-08-15 07:12:51 -0700
commit64b4bd46f965d35c1d53b41d578126bf0048143b (patch)
treea2d2da283750ee34a82c8e4eb152588d27d93510
parent1469bee220b4906538dba074eef09c658a8e0cb6 (diff)
readme
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 1c41957..df4d9b9 100644
--- a/README.org
+++ b/README.org
@@ -164,11 +164,11 @@ and whose ~CDR~ varies depending on the value of the ~CAR~.
| ~(:{} LANGUAGE)~ | Match a list of TOKENS using a grammar named |
| | by LANGUAGE. I.e this lets you compose languages |
| | defined with DEFLANGUAGE. This is also the only |
- | | way to parse sublists in the TOKENS list. |
+ | | way to parse sublists in the TOKENS list. |
|----------------------+--------------------------------------------------|
| ~(:item)~ | Matches any token in TOKENS. |
|----------------------+--------------------------------------------------|
- | ~(:eof)~ | Explicitly matches the end of the TOKENS list. |
+ | ~(:eof)~ | Explicitly matches the end of the TOKENS list. |
|----------------------+--------------------------------------------------|