Fix big typo!!
This commit is contained in:
parent
bf5f9d86b9
commit
6f274a5e8a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ interface GameState {
|
|||
}
|
||||
|
||||
const rankStrs = ['', 'A', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K'];
|
||||
const suitChars = ['♣', '♦', '♥', '♠'];
|
||||
const suitChars = ['♦', '♥', '♣', '♠'];
|
||||
|
||||
const rules = `There are only 5 simple rules!
|
||||
|
||||
|
|
Loading…
Reference in a new issue