Updated readability of the code.
[sixth-3d-demos.git] / src / main / java / eu / svjatoslav / sixth / e3d / examples / life_demo / Cell.java
index 6df2b59..4faa448 100755 (executable)
@@ -73,7 +73,7 @@ class Cell extends AbstractCompositeShape implements
     }
 
     /**
-     * Compute cell color depending if cell is active and if mouse is over the
+     * Compute cell color depending on if cell is active and if mouse is over the
      * cell.
      */
     private Color computeCellColor() {