Updated List of Navigators (markdown)

This commit is contained in:
Nathan Marz 2017-06-30 12:56:45 -04:00
parent 22896d62c4
commit 6a90f3d1c0

View file

@ -450,9 +450,8 @@ See also [must](#must)
```clojure
=> (select-one (keypath :a) {:a 0})
0
;; Only one key allowed
=> (select-one (keypath :a :b) {:a {:b 1}})
{:b 1}
1
=> (select [ALL (keypath :a)] [{:a 0} {:b 1}])
[0 nil]
;; Does not stop navigation