Correct typo in NODE-DOTIMES definition
This commit is contained in:
parent
4918124361
commit
dd32f294d0
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue