diff --git a/src/main/java/tools/jackson/databind/DatabindContext.java b/src/main/java/tools/jackson/databind/DatabindContext.java index 576fc148a5..8dc970ee0a 100644 --- a/src/main/java/tools/jackson/databind/DatabindContext.java +++ b/src/main/java/tools/jackson/databind/DatabindContext.java @@ -23,7 +23,7 @@ /** * Shared base class for {@link DeserializationContext} and * {@link SerializationContext}, context objects passed through data-binding - * process. Designed so that some of implementations can rely on shared + * process. Designed so that some of the implementations can rely on shared * aspects like access to secondary contextual objects like type factories * or handler instantiators. */