Skip to content

Commit 785f6f7

Browse files
committed
update src/gameUtils.js
1 parent 0a6c2a9 commit 785f6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gameUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const playGame = (gameDescription, generateQuestion, generateIncorrectMessage, r
1717
console.log('Correct!');
1818
} else {
1919
// Завершение игры при неправильном ответе
20-
// Ответа имеет 3 варианта, в зависимости от игры, не 1 :(
20+
// сообщшение имеет 3 варианта, в зависимости от игры, не 1, у even и prime оно немного другое :(
2121
const incorrectMessage = generateIncorrectMessage(
2222
userAnswer,
2323
String(correctAnswer),

0 commit comments

Comments
 (0)