From fde0ce0eb54a261cd0a2ff1e20960aed8e0693c5 Mon Sep 17 00:00:00 2001 From: Andrew Orobator Date: Tue, 12 Nov 2019 17:12:58 -0500 Subject: [PATCH] Fixed typo in readme (#1018) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe93480..76c82ba 100644 --- a/README.md +++ b/README.md @@ -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