summaryrefslogtreecommitdiff
path: root/life2/game/rule.js
diff options
context:
space:
mode:
Diffstat (limited to 'life2/game/rule.js')
-rw-r--r--life2/game/rule.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/life2/game/rule.js b/life2/game/rule.js
index ee723db..19e32f4 100644
--- a/life2/game/rule.js
+++ b/life2/game/rule.js
@@ -20,7 +20,7 @@
* the next state of a cell based on its current state within a board.
* Rules are functions that either return a new cell state, or nothing if they
* don't apply to the cell.
- * The final choice for a cell state is made by the board, using all the results
+ * The final choice for a cell state is made by the World, using all the results
* from the multiple rules being applied to the cell.
*
* @package life2