Skip to content

Commit 628243b

Browse files
committed
update src/gameUtils.js
1 parent 785f6f7 commit 628243b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gameUtils.js

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

0 commit comments

Comments
 (0)