diff options
author | colin <colin@cicadas.surf> | 2023-08-14 21:12:56 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-14 21:12:56 -0700 |
commit | f603413e06b694829db16d5cb21d972971b7b0c3 (patch) | |
tree | b17ec27dca9cbe85f7c0c42b00414145987a2677 /argot.lisp | |
parent | b2e591f163383494eea0bbc29bfe9d2f4b393523 (diff) |
corrected docgen
Diffstat (limited to 'argot.lisp')
-rw-r--r-- | argot.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |