diff --git a/doc/index.html b/doc/index.html index 59652b4..eade8a0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -372,7 +372,7 @@ end vanilla Systems.
function system:preProcess(dt) -- Called before iteration.
- function system:process(entities, dt) -- Process each entity.
+ function system:process(entity, dt) -- Process each entity.
function system:postProcess(dt) -- Called after iteration.
@@ -678,7 +678,7 @@ end