Skip to content

Commit e0c6af2

Browse files
committed
project check
1 parent 55a78da commit e0c6af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Greeting user */
1010
function getName()
1111
{
12-
line('Welcome to the Brain Game!');
12+
line('Welcome to the Brain Games!');
1313
$name = prompt('May I have your name?');
1414
line("Hello, %s!", $name);
1515
}

0 commit comments

Comments
 (0)