Fixed typo in readme (#1018)

This commit is contained in:
Andrew Orobator
2019-11-12 17:12:58 -05:00
committed by Zac Sweers
parent d25abb1ee5
commit fde0ce0eb5

View File

@@ -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 fields 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