Updated readability of the code.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 28 Feb 2023 22:11:43 +0000 (00:11 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 28 Feb 2023 22:11:43 +0000 (00:11 +0200)
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() {