Skip to content

Commit e039696

Browse files
committed
Spelling
1 parent d4d7793 commit e039696

File tree

1 file changed

+2
-2
lines changed
  • src/test/kotlin/com/fasterxml/jackson/module/kotlin

1 file changed

+2
-2
lines changed

src/test/kotlin/com/fasterxml/jackson/module/kotlin/DslTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ class DslTest {
5555
}
5656

5757
@Test
58-
fun creatJsonMapperWithEmptyInitializer() {
58+
fun createJsonMapperWithEmptyInitializer() {
5959
val mapper = jsonMapper {}
6060
assertNotNull(mapper)
6161
}
6262

6363
@Test
64-
fun creatJsonMapperWithBuilderOptions() {
64+
fun createJsonMapperWithBuilderOptions() {
6565
val mapper = jsonMapper {
6666
enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)
6767
disable(JsonWriteFeature.QUOTE_FIELD_NAMES)

0 commit comments

Comments
 (0)