diff options
Diffstat (limited to 'life2/game/cell.js')
| -rw-r--r-- | life2/game/cell.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/life2/game/cell.js b/life2/game/cell.js index cd5274f..c5f13ec 100644 --- a/life2/game/cell.js +++ b/life2/game/cell.js @@ -18,7 +18,7 @@ /** * @fileoverview Implementation of a cell in the Life2 game. * Cells are the smallest unit of the game, they carry information about their - * aliveness and their team, but everything else is computed by the board + * aliveness and their team, but everything else is computed by the game World * (interactions, changes, ...). * * @package life2 |
