Skip to content

Commit

Permalink
fix error in Prime.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeloie committed Jul 21, 2023
1 parent 6280f73 commit 05cc5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/hexlet/code/games/Prime.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Prime {

public static void playPrime() {
Engine.greetingUser();
Engine.printGameRules("GCD");
Engine.printGameRules("Prime");
for (int i = 0; i < 3; i++) {
String correctAnswer = askPrimeQuestion();
String userAnswer = scan.nextLine();
Expand Down

0 comments on commit 05cc5a9

Please sign in to comment.