Fix spelling of doneChoosing() (#9002)

This commit is contained in:
DeepCrimson 2022-05-25 21:25:15 -07:00 committed by GitHub
parent 1e61efb90e
commit 0c8ef41012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 30 additions and 30 deletions

View file

@ -85,7 +85,7 @@ public class TargetCardInLibrary extends TargetCard {
return chosen;
}
chosen = targets.size() >= getMinNumberOfTargets();
} while (!isChosen() && !doneChosing());
} while (!isChosen() && !doneChoosing());
return chosen;
}