diff --git a/data/core/object.lua b/data/core/object.lua index afd13cdf..d42f9dbc 100644 --- a/data/core/object.lua +++ b/data/core/object.lua @@ -47,7 +47,7 @@ function Object:__tostring() return "Object" end ----Methamethod to allow using the object call as a constructor. +---Metamethod to allow using the object call as a constructor. ---@return core.object function Object:__call(...) local obj = setmetatable({}, self)