Skip to content

Commit 56555b0

Browse files
committed
Minor comment fix
1 parent fa4a3b6 commit 56555b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/BasicDeserializerFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ protected void _addExplicitDelegatingCreator(DeserializationContext ctxt,
797797
"More than one argument (#%d and #%d) left as delegating for Creator %s: only one allowed",
798798
ix, i, candidate);
799799
}
800-
// Also, let's require that one Delegating argument does eixt
800+
// Also, let's require that one Delegating argument does exist
801801
if (ix < 0) {
802802
ctxt.reportBadTypeDefinition(beanDesc,
803803
"No argument left as delegating for Creator %s: exactly one required", candidate);

0 commit comments

Comments
 (0)