Skip to content

Commit 55a78da

Browse files
committed
project check
1 parent 7d9c74d commit 55a78da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Engine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
function getUserName()
1414
{
1515
//Приветствуем пользователя
16-
line('Welcome to the Brain Game!');
16+
line('Welcome to the Brain Games!');
1717
$name = prompt('May I have your name?');
1818
line("Hello, %s!", $name);
1919
//Вернуть полученное имя

0 commit comments

Comments
 (0)