From 5e38494d8b360d4e77c57495878005a3d403f3e8 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 7 Jul 2020 15:25:00 -0700 Subject: [PATCH] Fix the ns docstring! --- src/next/jdbc/default_options.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/jdbc/default_options.clj b/src/next/jdbc/default_options.clj index 486ced9..726aad5 100644 --- a/src/next/jdbc/default_options.clj +++ b/src/next/jdbc/default_options.clj @@ -1,7 +1,7 @@ ;; copyright (c) 2020 Sean Corfield, all rights reserved (ns ^:no-doc next.jdbc.default-options - "Implementation of SQL transaction logic." + "Implementation of default options logic." (:require [next.jdbc.protocols :as p])) (defrecord DefaultOptions [connectable options])