diff --git a/README.md b/README.md index b532d9c..d11d0d7 100644 --- a/README.md +++ b/README.md @@ -443,7 +443,7 @@ public final class BlackjackHand { ``` Transient fields are omitted when writing JSON. When reading JSON, the field is skipped even if the -JSON contains a value for the field. Instead it will get a default value. +JSON contains a value for the field. Instead, it will get a default value. ### Default Values & Constructors