From b1d927635d4a15d4904080bc9738799fb4873fff Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 10 Sep 2023 11:33:06 -0700 Subject: changed doc convention for optionals --- argot.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argot.lisp') diff --git a/argot.lisp b/argot.lisp index 3a077f0..8ab90ba 100644 --- a/argot.lisp +++ b/argot.lisp @@ -147,7 +147,7 @@ and it returns VAR in that case." (princ "(A|B|...) One of the alternavites a b ...") (terpri) (princ "PATTERN+ One or more PATTERN") (terpri) (princ "PATTERN* Zero or more PATTERN") (terpri) - (princ "[OPT] Zero or one of OPT")))) + (princ "OPT? Zero or one of OPT")))) `(progn (setf (get ',name 'argot::grammar-property) (make-instance 'grammar -- cgit v1.2.3