Fix the ns docstring!

This commit is contained in:
Sean Corfield 2020-07-07 15:25:00 -07:00
parent 37f167eed1
commit 5e38494d8b

View file

@ -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])