Skip to content

Commit

Permalink
Fix Typo in string literal (#631)
Browse files Browse the repository at this point in the history
* Fix Typo in string literal

* Update README.md
  • Loading branch information
RutamBhagat authored Jan 12, 2024
1 parent bc32646 commit 94ba7ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object StandardType {
final val INSTANT = "instant"
final val LOCAL_DATE = "localDate"
final val LOCAL_TIME = "localTime"
final val LOCAL_DATE_TIME = "localDateTIme"
final val LOCAL_DATE_TIME = "localDateTime"
final val OFFSET_TIME = "offsetTime"
final val OFFSET_DATE_TIME = "offsetDateTime"
final val ZONED_DATE_TIME = "zonedDateTime"
Expand Down

0 comments on commit 94ba7ee

Please sign in to comment.