Fix typo in ap-map-when
This commit is contained in:
parent
77db779019
commit
5753fc0789
@ -50,7 +50,7 @@
|
||||
predicate function returns True."
|
||||
`(let [[f (lambda [it] ~rep)]]
|
||||
(foreach [it ~lst]
|
||||
(if (~pred it)
|
||||
(if (~predfn it)
|
||||
(yield (f it))
|
||||
(yield it)))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user