Typo in docstring

This commit is contained in:
Sean Corfield 2019-09-06 01:52:18 -07:00
parent 7d936bec46
commit cae84736a3

View file

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