fuck it, here’s a "fixed typo" commit

master
BodgeMaster 2022-02-20 19:50:39 +01:00
parent 9738530b4e
commit 06160852fc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class QuizBackend {
*
* @param question The string for the question text
* @param answers The multiple choice answers
* @param mask A mask to be layed over answers to decide which answers are correct and which arent
* @param mask A mask to be laid over answers to decide which answers are correct and which arent
* @param scoreValue See getQuestionScoreValue()
*/
public Question(String question, String[] answers, boolean[] mask, int scoreValue) {