From d72bc18b0c6beeb01cab39d344d88d69c1fdc9eb Mon Sep 17 00:00:00 2001 From: Justin van der Leij Date: Fri, 9 Mar 2018 15:40:43 +0100 Subject: [PATCH] proper capitalization is important --- fluid/instance.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluid/instance.lua b/fluid/instance.lua index a3b8da8..a234fe6 100644 --- a/fluid/instance.lua +++ b/fluid/instance.lua @@ -49,7 +49,7 @@ function Instance:removeEntity(e) return self end ---- completely removes all marked Entities in the Instance. +--- Completely removes all marked Entities in the Instance. -- @return self function Instance:flush() for i = 1, #self.removed do