comment typo in object.lua (#1541)
This commit is contained in:
parent
6e113cb15e
commit
39319e2ce9
|
@ -70,7 +70,7 @@ function Object:__tostring()
|
||||||
return "Object"
|
return "Object"
|
||||||
end
|
end
|
||||||
|
|
||||||
---Methamethod to allow using the object call as a constructor.
|
---Metamethod to allow using the object call as a constructor.
|
||||||
---@return core.object
|
---@return core.object
|
||||||
function Object:__call(...)
|
function Object:__call(...)
|
||||||
local obj = setmetatable({}, self)
|
local obj = setmetatable({}, self)
|
||||||
|
|
Loading…
Reference in New Issue