fix: corrected a grammatical error. (#1298)

This commit is contained in:
Chitranshi Srivastava
2021-09-13 06:25:53 +05:30
committed by GitHub
parent 29d2f0f0ed
commit 628a193d69

View File

@@ -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 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 ### Default Values & Constructors