summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-25 10:35:15 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-25 10:35:15 -0500
commit5eb31650ccfc3ca87f89615d7caf1aa2ac828dea (patch)
tree9ad41baec68706bfbdb48bbe85edaf31b4116d93
parent3bc285a64a22182077635c74008f0e222ff355bc (diff)
typos
-rw-r--r--parzival.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parzival.lisp b/parzival.lisp
index 2010664..334fedd 100644
--- a/parzival.lisp
+++ b/parzival.lisp
@@ -44,10 +44,10 @@
(defmacro <<def (name parser &optional docstring)
"Define a parser. <<DEF will define both a DEFUN called NAME and a
-DEFVAR called name that simply holds the symbol NAME. This makes it
+DEFVAR called NAME that simply holds the symbol NAME. This makes it
easier to write recursive parsers and to combine parsers by name.
-PARSER is any expression that returns a parser. i.e. a function of
+PARSER is any expression that returns a parser. i.e. a function
accepting a REPLAY-STREAM and returning three values. The first value
is the result of the parse, the second value is a success indicator,
and the thrid value is the stream stream. The stream will be left in