From e781f766b1461ab145c7945404a8f2c5f7ee0b5a Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 20 Dec 2020 19:40:08 +0800 Subject: [PATCH] fix en grammar. --- .../client/event/ClientEventListener_CODE_GAME_POKER_PLAY.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlords-client/src/main/java/org/nico/ratel/landlords/client/event/ClientEventListener_CODE_GAME_POKER_PLAY.java b/landlords-client/src/main/java/org/nico/ratel/landlords/client/event/ClientEventListener_CODE_GAME_POKER_PLAY.java index bbe881a..00d304c 100644 --- a/landlords-client/src/main/java/org/nico/ratel/landlords/client/event/ClientEventListener_CODE_GAME_POKER_PLAY.java +++ b/landlords-client/src/main/java/org/nico/ratel/landlords/client/event/ClientEventListener_CODE_GAME_POKER_PLAY.java @@ -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){