From 628a193d69bd03fd768e075bd6459d564bda92ad Mon Sep 17 00:00:00 2001 From: Chitranshi Srivastava Date: Mon, 13 Sep 2021 06:25:53 +0530 Subject: [PATCH] fix: corrected a grammatical error. (#1298) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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