mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
fix: corrected a grammatical error. (#1298)
This commit is contained in:
committed by
GitHub
parent
29d2f0f0ed
commit
628a193d69
@@ -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
|
||||||
|
Reference in New Issue
Block a user