Formatting tweak in ns docstring
This commit is contained in:
parent
f38f402df5
commit
5d898ef27a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
;; copyright (c) 2018-2019 Sean Corfield, all rights reserved
|
;; copyright (c) 2018-2019 Sean Corfield, all rights reserved
|
||||||
|
|
||||||
(ns next.jdbc.prepare
|
(ns next.jdbc.prepare
|
||||||
"Mostly an implementation namespace for how `PreparedStatement objects` are
|
"Mostly an implementation namespace for how `PreparedStatement` objects are
|
||||||
created by the next generation java.jdbc library.
|
created by the next generation java.jdbc library.
|
||||||
|
|
||||||
`set-parameters` is public and may be useful if you have a `PreparedStatement`
|
`set-parameters` is public and may be useful if you have a `PreparedStatement`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue