Skip to content

Commit 3169f3d

Browse files
stevenbenitezcowtowncoder
authored andcommitted
Fixed a typo in DeserializationFeature JavaDoc (#2413)
1 parent affb3e8 commit 3169f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/DeserializationFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ public enum DeserializationFeature implements ConfigFeature
452452
*<p>
453453
*<p>
454454
* Taking above into account, this feature is supported only by extension modules for
455-
* Joda and Java 8 date/tyime datatypes.
455+
* Joda and Java 8 date/time datatypes.
456456
*/
457457
ADJUST_DATES_TO_CONTEXT_TIME_ZONE(true),
458458

0 commit comments

Comments
 (0)