proper capitalization is important

This commit is contained in:
Justin van der Leij 2018-03-09 15:40:43 +01:00
parent e1b860222e
commit d72bc18b0c

View file

@ -49,7 +49,7 @@ function Instance:removeEntity(e)
return self return self
end end
--- completely removes all marked Entities in the Instance. --- Completely removes all marked Entities in the Instance.
-- @return self -- @return self
function Instance:flush() function Instance:flush()
for i = 1, #self.removed do for i = 1, #self.removed do