Updated List of Navigators (markdown)

This commit is contained in:
Nathan Marz 2016-09-08 18:56:30 -04:00
parent f5fd3c1a68
commit df67723c8e

View file

@ -505,9 +505,6 @@ See also [keypath](#keypath) and [pred](#pred).
0 0
=> (select-one (must :a) {:b 1}) => (select-one (must :a) {:b 1})
nil nil
;; Only follows one key
=> (select-one (must :a :b) {:a {:b 1}})
{:b 1}
``` ```
## nil->val ## nil->val