Merge pull request #11 from mwfogleman/extrareturnvalue

Remove extra return value.
This commit is contained in:
Nathan Marz 2017-10-02 08:44:24 -04:00 committed by GitHub
commit 5825e2a77c

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