Merge pull request #11 from mwfogleman/extrareturnvalue
Remove extra return value.
This commit is contained in:
commit
5825e2a77c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue