diff --git a/src/clj/com/rpl/specter.cljx b/src/clj/com/rpl/specter.cljx index cf5340a..cc0152a 100644 --- a/src/clj/com/rpl/specter.cljx +++ b/src/clj/com/rpl/specter.cljx @@ -291,7 +291,10 @@ structure ))) -(defpath view [afn] +(defpath + ^{:doc "Navigates to result of running `afn` on the currently navigated value."} + view + [afn] (select* [this structure next-fn] (next-fn (afn structure))) (transform* [this structure next-fn]