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))]