From 5d898ef27ae490c51e4fc5336ce36bd63c7962d4 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 15 Jul 2019 14:09:48 -0700 Subject: [PATCH] Formatting tweak in ns docstring --- src/next/jdbc/prepare.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/jdbc/prepare.clj b/src/next/jdbc/prepare.clj index eb3aba6..df71620 100644 --- a/src/next/jdbc/prepare.clj +++ b/src/next/jdbc/prepare.clj @@ -1,7 +1,7 @@ ;; copyright (c) 2018-2019 Sean Corfield, all rights reserved (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. `set-parameters` is public and may be useful if you have a `PreparedStatement`