diff --git a/TTT.java b/TTT.java index 243730a..920704e 100644 --- a/TTT.java +++ b/TTT.java @@ -223,7 +223,7 @@ private void declareWinner(GameStatus gs) { } public boolean players() { - int playerchoice = JOptionPane.showConfirmDialog(this, "Do you want to play with computer ? "); + int playerchoice = JOptionPane.showConfirmDialog(this, "Do you want to play with computer? "); if (playerchoice == JOptionPane.YES_OPTION) { this.playerflag = true; } else {