Remove extra return value.

This commit is contained in:
Michael Fogleman 2017-10-01 13:31:29 -04:00
parent c8eb8ddcac
commit 8b01b4f04a

View file

@ -955,7 +955,6 @@ See also [not-selected?](#not-selected?).
;; Path returns [0 2], so selected? returns the entire structure
=> (select-one (selected? [ALL (must :a) even?]) [{:a 0} {:a 1} {:a 2} {:a 3}])
[{:a 0} {:a 1} {:a 2} {:a 3}]
nil
```
## set-elem