diff --git a/src/com/rpl/specter/impl.cljc b/src/com/rpl/specter/impl.cljc index da2b53e..38fd0df 100644 --- a/src/com/rpl/specter/impl.cljc +++ b/src/com/rpl/specter/impl.cljc @@ -9,7 +9,7 @@ [clojure.string :as s]) ) -(defprotocol StructureValsPathComposer +(defprotocol PathComposer (comp-paths* [paths])) #?( @@ -232,7 +232,7 @@ (transformer structure (fn [structure] (next-fn vals structure)))) )))) -(extend-protocol StructureValsPathComposer +(extend-protocol PathComposer nil (comp-paths* [sp] (coerce-path sp))