summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 19df989..63f94ad 100644
--- a/README.org
+++ b/README.org
@@ -8,7 +8,7 @@
In =parzival=, a *parser is a function* that accepts a *stream* and returns
three values:
- 1. A *parse result* (or =nil=), which is any value.
+ 1. A *parse result*, which is any value.
2. A *success indicator*, which is =t= or =nil=.
3. The possibly modified *stream* that was initially passed in.