Skip to content

Commit d35890d

Browse files
authored
Fix
Fix broken markdown code block.
1 parent 52a04ba commit d35890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jackson3/MIGRATING_TO_JACKSON_3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ recommend. And all construction of generic `ObjectMapper`:
292292

293293
new ObjectMapper(new YAMLFactory()); // and similar
294294

295-
MUST be converted to format-specific `ObjectMapper`` subtypes:
295+
MUST be converted to format-specific `ObjectMapper` subtypes:
296296

297297
new YAMLMapper(new YAMLFactory());
298298
new YAMLMapper(); // same as above

0 commit comments

Comments
 (0)