Skip to content

Commit 904127b

Browse files
committed
chore: correcting a message to user
1 parent 9390f23 commit 904127b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void run(String description, String[][] roundsData) {
2424
} else {
2525
System.out.println("'" + userAnswer + "' is wrong answer ;(. Correct answer "
2626
+ "was '" + correctAnswer + "'");
27-
System.out.println("Let's try again, " + userName);
27+
System.out.println("Let's try again, " + userName + "!");
2828
return;
2929
}
3030
}

0 commit comments

Comments
 (0)