Skip to content

Commit bfa05dc

Browse files
committed
Update README.md
1 parent 1b29d11 commit bfa05dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module explicitly.
7676

7777
## DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES
7878

79-
Since jackson-module-scala 2.19.0, if you deserializing a collection and the input is null, this will deserialize as an empty collection.
79+
Since jackson-module-scala 2.19.0, if you are deserializing a collection and the input is null, this will deserialize as an empty collection.
8080

8181
Up to jackson-module-scala 2.19.0, it was recommended that Scala users enable `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES` because
8282
otherwise, an input of null would lead to the deserialized instance having a null value for the collection field.

0 commit comments

Comments
 (0)