org/homelinux/largo/schach/KIBoard.java
changeset 3 673c7ef3411e
parent 0 e0dbaef72362
child 7 93fe1f21e0d8
--- a/org/homelinux/largo/schach/KIBoard.java
+++ b/org/homelinux/largo/schach/KIBoard.java
@@ -78,7 +78,7 @@
 
 	/**
 	 * simulates and returns the next possible move for a Player or null, when no more moves are possible.
-	 * The Turn is flipped automatically if "simulate(...)" will find a valid move.
+	 * The Turn will flip automatically if "simulate(...)" finds a valid move.
 	 */
 	Move simulate(int t, int o) {
 		Move move = null;