Skip to content

Commit 9bed075

Browse files
committed
Tiny javadoc typo fix
1 parent 111cfdc commit 9bed075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public enum SerializationFeature implements ConfigFeature
246246
* {@link java.util.Calendar} which will always use timezone Calendar value has).
247247
* Setting is also ignored by Joda date/time values.
248248
*<p>
249-
* Featured is enabled by default for backwards-compatibility purposes (in
249+
* Feature is enabled by default for backwards-compatibility purposes (in
250250
* Jackson 2.12 override was always done if there was explicitly defined timezone).
251251
*
252252
* @since 2.13

0 commit comments

Comments
 (0)