Skip to content

Commit

Permalink
Merge pull request #1706 from SequentialDesign/minor-fix-in-documenta…
Browse files Browse the repository at this point in the history
…tion-of-interp

minor documentation fix in `interp.lisp`
  • Loading branch information
cxxxr authored Dec 10, 2024
2 parents d574b01 + ffc6b98 commit d8dca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interp.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
(push (cons flag t) *curr-flags*)))

(defun nullify-last-flags (flag &rest more-flags)
"Set FLAG and FLAGS to nil in *LAST-FLAGS*."
"Set FLAG and MORE-FLAGS to nil in *LAST-FLAGS*."
(push (cons flag nil) *last-flags*)
(when more-flags
(dotimes (i (length more-flags))
Expand Down

0 comments on commit d8dca87

Please sign in to comment.