Skip to content

Commit

Permalink
"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWang18 committed Jan 8, 2021
1 parent bb06f20 commit 25c70b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/domain/UserInterface/UI.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private void askMode() throws IOException { // allow the user to choose between
if (input.toLowerCase().matches(classicRegex)) {

game.setMode(new ClassicRules());
System.out.println("Let's begin!);
System.out.println("Let's begin!");

} else if (input.toLowerCase().matches(noRegex)) {

Expand Down

0 comments on commit 25c70b0

Please sign in to comment.