Skip to content

Commit 1b0de76

Browse files
author
daria-z
committed
fix even game rules
1 parent ddb110e commit 1b0de76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/games-logic/even.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const rule = '\'yes\' is wrong answer ;(. Correct answer was \'no\'.';
1+
export const rule = 'Answer "yes" if the number is even, otherwise answer "no".';
22

33
export const logic = () => {
44
const questionNumber = Math.floor(Math.random() * 50);

0 commit comments

Comments
 (0)