Fix big typo!!

This commit is contained in:
Anthony Wang 2021-05-09 17:43:11 -05:00
parent bf5f9d86b9
commit 6f274a5e8a
Signed by: a
GPG key ID: 6FD3502572299774

View file

@ -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!