From 7ec7438f44e7475e5ef427c5916821039c98811a Mon Sep 17 00:00:00 2001 From: Christopher O'Donnell Date: Fri, 10 Jun 2016 22:57:20 -0400 Subject: [PATCH] ALL does always return a vector. --- 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 19b612a..f52bfbd 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -4,7 +4,7 @@ ### ALL -`ALL` navigates to every element in a collection. If the collection is a map, it will navigate to each key-value pair `[key value]`. The resulting elements will be reconstructed as a vector. (Or maybe this is because of `select`?) +`ALL` navigates to every element in a collection. If the collection is a map, it will navigate to each key-value pair `[key value]`. The resulting elements will be reconstructed as a vector. ```clojure => (select [ALL] [0 1 2 3])