Merge pull request #541 from LouisCAD/patch-1
Add missing val and fix indentation in README
This commit is contained in:
commit
16938ab83a
1 changed files with 2 additions and 2 deletions
|
@ -520,8 +520,8 @@ encode as JSON:
|
|||
```kotlin
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class BlackjackHand(
|
||||
hidden_card: Card,
|
||||
visible_cards: List<Card>
|
||||
val hidden_card: Card,
|
||||
val visible_cards: List<Card>
|
||||
)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue