aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-03 20:34:46 -0700
committercolin <colin@cicadas.surf>2023-08-03 20:34:46 -0700
commit053aeaa1a2fad082d7bd38c8eb405a8cbc18a7a6 (patch)
treee3c518796f0a16b6b8be179753d883febf06d9c1
parentf242a709095fc660b51aec8c2590cadc89f144ba (diff)
wording
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5083f42..5eef573 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
* Argot: A System For Grammar-Driven Macros
The ~argot~ system provides a macro-defining-macro called
-~deflanguage~, which accepts a context-free grammar that is used to
+~deflanguage~ that accepts a context-free grammar that is used to
parse the body calls to the defined macro.
** A brief tour