X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/dfdcf6ca08c0c619900fd7d81893121f80f02d9b..437938912d93089d7716a119363e49db5a57cba8:/src/parser/parser-expr-proto.lisp diff --git a/src/parser/parser-expr-proto.lisp b/src/parser/parser-expr-proto.lisp index ec35445..929e85a 100644 --- a/src/parser/parser-expr-proto.lisp +++ b/src/parser/parser-expr-proto.lisp @@ -41,7 +41,7 @@ (defgeneric push-value (value state) (:documentation "Push VALUE onto the STATE's value stack. - The default message just does that without any fuss. It's unlikely that + The default method just does that without any fuss. It's unlikely that this will need changing unless you invent some really weird values.")) (export 'apply-operator)