aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. |
|----------------------+--------------------------------------------------|