Skip to content

Commit 0c1c977

Browse files
authored
Merge pull request #435 from Jw0x47/patch-1
2 parents abd3438 + 5a84566 commit 0c1c977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/LIBRARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val actualOutput = JsonToKotlinBuilder()
2929
.enableComments(true) // optional, default : false
3030
.enableOrderByAlphabetic(true) // optional : default : false
3131
.enableInnerClassModel(true) // optional, default : false
32-
.enabelMapType(true)// optional, default : false
32+
.enableMapType(true)// optional, default : false
3333
.enableCreateAnnotationOnlyWhenNeeded(true) // optional, default : false
3434
.setIndent(4)// optional, default : 4
3535
.setParentClassTemplate("android.os.Parcelable") // optional, default : ""

0 commit comments

Comments
 (0)