Correct typo in NODE-DOTIMES definition

This commit is contained in:
John Lorentzson 2025-03-27 23:39:09 +01:00
parent 4918124361
commit dd32f294d0

View file

@ -53,7 +53,7 @@
(format t "~%~A:~%" else-label)))
(defclass node-dotimes (node)
((%spot-ref :accessor stop-ref :initarg :stop-ref
((%stop-ref :accessor stop-ref :initarg :stop-ref
:documentation "A reference giving a value of how many times to run the loop.")
(%loopee-node :accessor loopee-node :initarg :loopee-node)))