Fix the ns docstring!
This commit is contained in:
parent
37f167eed1
commit
5e38494d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
;; copyright (c) 2020 Sean Corfield, all rights reserved
|
;; copyright (c) 2020 Sean Corfield, all rights reserved
|
||||||
|
|
||||||
(ns ^:no-doc next.jdbc.default-options
|
(ns ^:no-doc next.jdbc.default-options
|
||||||
"Implementation of SQL transaction logic."
|
"Implementation of default options logic."
|
||||||
(:require [next.jdbc.protocols :as p]))
|
(:require [next.jdbc.protocols :as p]))
|
||||||
|
|
||||||
(defrecord DefaultOptions [connectable options])
|
(defrecord DefaultOptions [connectable options])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue