From ffcba01df7462c43f4980ecc130808e1ef1b26ac Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Wed, 15 Feb 2017 10:12:08 -0500 Subject: [PATCH] fix NAMESPACE select --- src/clj/com/rpl/specter.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/com/rpl/specter.cljc b/src/clj/com/rpl/specter.cljc index 07a54eb..786ba7a 100644 --- a/src/clj/com/rpl/specter.cljc +++ b/src/clj/com/rpl/specter.cljc @@ -987,7 +987,7 @@ NAMESPACE [] (select* [this structure next-fn] - (next-fn (name structure))) + (next-fn (namespace structure))) (transform* [this structure next-fn] (let [name (name structure) new-ns (next-fn (namespace structure))]