From cfb191e1cd4be66b09d8e4f671a4890372a32cef Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Wed, 14 Jun 2017 12:11:09 -0400 Subject: [PATCH] add note about value collection in subselect --- src/clj/com/rpl/specter.cljc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/clj/com/rpl/specter.cljc b/src/clj/com/rpl/specter.cljc index 41ef647..4b7c92d 100644 --- a/src/clj/com/rpl/specter.cljc +++ b/src/clj/com/rpl/specter.cljc @@ -857,7 +857,9 @@ \"transform\". If transformed sequence is smaller than input sequence, missing entries - will be filled in with NONE, triggering removal if supported by that navigator." + will be filled in with NONE, triggering removal if supported by that navigator. + + Value collection (e.g. collect, collect-one) may not be used in the subpath." [& path] (late-bound-nav [late (late-path path)] (select* [this structure next-fn]