Skip to content

Commit

Permalink
fix en grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
ainilili committed Dec 20, 2020
1 parent 124d83f commit e781f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void call(Channel channel, String data) {
SimplePrinter.printPokers(pokers);


SimplePrinter.printNotice("Please enter the combination you came up with (enter [exit|e] to exit current room, enter [pass|p] to jump current round, enter [view|v] to show all valid combination.)");
SimplePrinter.printNotice("Please enter the combination you came up with (enter [exit|e] to exit current room, enter [pass|p] to jump current round, enter [view|v] to show all valid combinations.)");
String line = SimpleWriter.write("combination");

if(line == null){
Expand Down

0 comments on commit e781f76

Please sign in to comment.