From a568f0fa87b4216941bfefbf3e86f2b182592ff7 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 9 Jun 2021 17:01:19 -0700 Subject: [PATCH] Fix typo in docstring --- 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 c268f63..15a5b8c 100644 --- a/src/next/jdbc/date_time.clj +++ b/src/next/jdbc/date_time.clj @@ -66,7 +66,7 @@ will be extended to (`java.sql.Date` and) `java.sql.Timestamp` so that any timestamp columns will automatically be read as `java.time.Instant`. - Note that `java.sql.Date` columns will still be returns as-is because they + Note that `java.sql.Date` columns will still be returned as-is because they cannot be converted to an instant (they lack a time component)." [] (extend-protocol rs/ReadableColumn