Updated List of Navigators (markdown)

This commit is contained in:
Nathan Marz 2017-01-11 08:22:47 -05:00
parent 09b7e23e43
commit c0699a8346

View file

@ -466,7 +466,7 @@ See also [must](#must)
;; Only one key allowed
=> (select-one (keypath :a :b) {:a {:b 1}})
{:b 1}
=> (select [ALL (keypath :a) [{:a 0} {:b 1}])
=> (select [ALL (keypath :a)] [{:a 0} {:b 1}])
[0 nil]
;; Does not stop navigation
=> (select [ALL (keypath :a) (nil->val :boo)] [{:a 0} {:b 1}])