Skip to content

Commit 4470b35

Browse files
committed
update games/brain-progression.js
1 parent 7570f3f commit 4470b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games/brain-progression.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const playGameProgression = () => {
88
// Приветствуем
99
const userName = greeting();
1010
// Поясняем смысл
11-
console.log('Find the greatest common divisor of given numbers.');
11+
console.log('What number is missing in the progression?');
1212
// Цикл игры
1313
let correctAnswersCount = 0;
1414
while (correctAnswersCount < 3) {

0 commit comments

Comments
 (0)