mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49: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
|
||||
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
|
||||
|
Reference in New Issue
Block a user