mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Fixed typo in readme (#1018)
This commit is contained in:
committed by
Zac Sweers
parent
d25abb1ee5
commit
fde0ce0eb5
@@ -449,7 +449,7 @@ JSON contains a value for the field. Instead it will get a default value.
|
||||
|
||||
### Default Values & Constructors
|
||||
|
||||
When reading JSON that is missing a field, Moshi relies on the the Java or Android runtime to assign
|
||||
When reading JSON that is missing a field, Moshi relies on the Java or Android runtime to assign
|
||||
the field’s value. Which value it uses depends on whether the class has a no-arguments constructor.
|
||||
|
||||
If the class has a no-arguments constructor, Moshi will call that constructor and whatever value
|
||||
|
Reference in New Issue
Block a user