From 7ad1b720e9fd2607332edd35c93c873c8421db47 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 15 Nov 2019 10:54:04 -0800 Subject: [PATCH] Fix typo in docstring Thanks to @holyjak for spotting this! --- src/next/jdbc/date_time.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/jdbc/date_time.clj b/src/next/jdbc/date_time.clj index c07d121..09b20c9 100644 --- a/src/next/jdbc/date_time.clj +++ b/src/next/jdbc/date_time.clj @@ -11,7 +11,7 @@ * H2 and SQLite support conversion of Java Time (`Instant`, `LocalDate`, `LocalDateTime`) out of the box, - * Nearly all databases support conversion of `java.util.date` out of + * Nearly all databases support conversion of `java.util.Date` out of the box -- except PostgreSQL apparently! Types supported: