diff --git a/src/clj/com/rpl/specter/navs.cljc b/src/clj/com/rpl/specter/navs.cljc index a5fce3b..5bbde51 100644 --- a/src/clj/com/rpl/specter/navs.cljc +++ b/src/clj/com/rpl/specter/navs.cljc @@ -480,7 +480,7 @@ (defnav regex* [re] (select* [this structure next-fn] - (doseqres NONE [s (re-seq re structure)] + (doseqres i/NONE [s (re-seq re structure)] (next-fn s))) (transform* [this structure next-fn] (clojure.string/replace structure re next-fn)))