Skip to content

Commit

Permalink
comment typo in object.lua (lite-xl#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Jun 25, 2023
1 parent e1e5256 commit cf028c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/core/object.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf028c5

Please sign in to comment.