From c0699a8346d63fcc70634c943384eee208158419 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Wed, 11 Jan 2017 08:22:47 -0500 Subject: [PATCH] Updated List of Navigators (markdown) --- List-of-Navigators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/List-of-Navigators.md b/List-of-Navigators.md index ed62ad9..038130d 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -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}])