fix: Fixing property name (#42)

This commit is contained in:
Filipe Torres 2024-09-05 11:08:06 -03:00 committed by GitHub
parent 89e706f692
commit b207560670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ data class Card internal constructor(
/** /**
* the Pokémon Pokédex IDs (multiple if multiple pokémon appears on the card) * the Pokémon Pokédex IDs (multiple if multiple pokémon appears on the card)
*/ */
val dexIDs: List<Int>?, val dexId: List<Int>?,
/** /**
* HP of the pokemon * HP of the pokemon