comment typo in object.lua (#1541)

This commit is contained in:
Luke aka SwissalpS 2023-06-25 04:09:27 +02:00 committed by George Sokianos
parent 0532ef1792
commit 526fc816c4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,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)