Skip to content

Commit b610fc7

Browse files
authored
minor javadoc improvement (#5473)
1 parent 54cdb05 commit b610fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tools/jackson/databind/DatabindContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Shared base class for {@link DeserializationContext} and
2525
* {@link SerializationContext}, context objects passed through data-binding
26-
* process. Designed so that some of implementations can rely on shared
26+
* process. Designed so that some of the implementations can rely on shared
2727
* aspects like access to secondary contextual objects like type factories
2828
* or handler instantiators.
2929
*/

0 commit comments

Comments
 (0)