From b55174d5b7de316ed8a6e2d5099ff0bf802b6375 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Wed, 1 Mar 2023 00:11:43 +0200 Subject: [PATCH] Updated readability of the code. --- .../java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java index 6df2b59..4faa448 100755 --- a/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java @@ -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() { -- 2.20.1