Remove extra return value.
This commit is contained in:
parent
c8eb8ddcac
commit
8b01b4f04a
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
|
;; 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}])
|
=> (select-one (selected? [ALL (must :a) even?]) [{:a 0} {:a 1} {:a 2} {:a 3}])
|
||||||
[{:a 0} {:a 1} {:a 2} {:a 3}]
|
[{:a 0} {:a 1} {:a 2} {:a 3}]
|
||||||
nil
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## set-elem
|
## set-elem
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue