small gen-card text fix

This commit is contained in:
Evan Kranzler 2022-08-20 00:00:18 -04:00
parent b1a79b8fa2
commit 28c3e65fcd

View file

@ -101,7 +101,7 @@ if (!exists $cards{$cardName}) {
my $possible;
foreach $possible (sort keys (%cards)) {
if ($possible =~ m/$cardName/img && $cardName =~ m/..../) {
print ("Did you mean $possible ?\n");
print ("Did you mean $possible?\n");
}
}
die "Card name doesn't exist: $cardName\n";