Fix typo in docstring
Thanks to @holyjak for spotting this!
This commit is contained in:
parent
18f5a154cf
commit
7ad1b720e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue