From cae84736a338c8d2968271064efbd9f6a0aa49cb Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 6 Sep 2019 01:52:18 -0700 Subject: [PATCH] Typo in docstring --- src/next/jdbc/connection.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/jdbc/connection.clj b/src/next/jdbc/connection.clj index 32bae89..aa7f43b 100644 --- a/src/next/jdbc/connection.clj +++ b/src/next/jdbc/connection.clj @@ -208,7 +208,7 @@ Note that the result is not type-hinted (because there's no common base class or interface that can be assumed). In particular, connection pooled - datasource object may need to be closed but they don't necessarily implement + datasource objects may need to be closed but they don't necessarily implement `java.io.Closeable` (HikariCP does, c3p0 does not)." [clazz db-spec] (if (:jdbcUrl db-spec)