Skip to content

Commit 4d2e19c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static void gameLogic() {
4040
"Correct answer was" + "'" + hideElement + "'");
4141
}
4242
if(Engine.questionCounter == 3) {
43-
System.out.println("Congratulations! " + Engine.userName);
43+
System.out.println("Congratulations, " + Engine.userName + "!");
4444
}
4545
}
4646

0 commit comments

Comments
 (0)