From f603413e06b694829db16d5cb21d972971b7b0c3 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 14 Aug 2023 21:12:56 -0700 Subject: corrected docgen --- argot.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argot.lisp b/argot.lisp index eb8944d..d0dde3b 100644 --- a/argot.lisp +++ b/argot.lisp @@ -136,7 +136,7 @@ and it returns VAR in that case." (loop :for (lhs _p _v _c _a note) :in parsed-rules :when note :do (format *standard-output* "~15a ~a~%" - lhs + (rule-name-string lhs) note)) (princ "------------------------------------------") (terpri) -- cgit v1.2.3