From 016e7428b0111df6a698bd8b44f35c9670fb412e Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 24 Nov 2022 13:04:47 -0800 Subject: [PATCH] docstring typo --- .../next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo b/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo index d9ff567..daedc45 100644 --- a/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo +++ b/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo @@ -3,7 +3,7 @@ (defn with-transaction "Expands (with-transaction [tx expr opts] body) - to (let [tx expr] opts body) pre clj-kondo examples." + to (let [tx expr] opts body) per clj-kondo examples." [{:keys [:node]}] (let [[binding-vec & body] (rest (:children node)) [sym val opts] (:children binding-vec)]