Skip to content

Commit be5724d

Browse files
committed
upd Progression.java
1 parent 4d2e19c commit be5724d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/hexlet/code/EvenGame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void gameLogic() {
1919
System.out.println("Correct!\n");
2020
Engine.questionCounter++;
2121
} else {
22-
System.out.println("Let's try again! " + Engine.userName + "\n");
22+
System.out.println("Let's try again, " + Engine.userName + "!");
2323
}
2424
if(Engine.questionCounter == 3) {
2525
System.out.println("Congratulations, " + Engine.userName + "!");

0 commit comments

Comments
 (0)