From 09b7e23e4305ae031fadde262fea5fb1dc96664a Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Mon, 14 Nov 2016 17:25:39 -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 b7a2fe1..ed62ad9 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -368,7 +368,7 @@ were declared. See also [if-path](#if-path) ```clojure -=> (select [ALL (cond-path (must :a) :a (must :b) :c)] [{:a 0} {:b 1} {:c 2}]) +=> (select [ALL (cond-path (must :a) :a (must :b) :c)] [{:a 0} {:b 1 :c 2}]) [0 2] => (select [(cond-path (must :a) :b)] {:b 1}) ()