From 6a90f3d1c0776322995f25552f83c4373a576c0a Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Fri, 30 Jun 2017 12:56:45 -0400 Subject: [PATCH] Updated List of Navigators (markdown) --- List-of-Navigators.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/List-of-Navigators.md b/List-of-Navigators.md index 1560e90..e11059f 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -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