From 06160852fc6602acb6c11aa5e239acfc8eaaa299 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 20 Feb 2022 19:50:39 +0100 Subject: [PATCH] =?UTF-8?q?fuck=20it,=20here=E2=80=99s=20a=20"fixed=20typo?= =?UTF-8?q?"=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/linux/general/hackyquizbot/QuizBackend.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/linux/general/hackyquizbot/QuizBackend.java b/src/main/java/linux/general/hackyquizbot/QuizBackend.java index d1f6966..87547b9 100644 --- a/src/main/java/linux/general/hackyquizbot/QuizBackend.java +++ b/src/main/java/linux/general/hackyquizbot/QuizBackend.java @@ -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 aren’t + * @param mask A mask to be laid over answers to decide which answers are correct and which aren’t * @param scoreValue See getQuestionScoreValue() */ public Question(String question, String[] answers, boolean[] mask, int scoreValue) {