comment typo in object.lua (#1541)

This commit is contained in:
Luke aka SwissalpS
2023-08-19 13:29:48 +08:00
committed by takase1121
parent 2af3082640
commit bd53bc3718
+1 -1
View File
@@ -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)