Fix typo in ap-each
This commit is contained in:
parent
cb6889314a
commit
77db779019
@ -25,7 +25,7 @@
|
||||
|
||||
(defmacro ap-each [lst &rest body]
|
||||
"Evaluate the body form for each element in the list."
|
||||
`(foreach [it ~list] ~@body))
|
||||
`(foreach [it ~lst] ~@body))
|
||||
|
||||
|
||||
(defmacro ap-each-while [lst form &rest body]
|
||||
|
Loading…
Reference in New Issue
Block a user