From 526fc816c4da68f19d5083c34d5dac9de6ad5a2c Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Sun, 25 Jun 2023 04:09:27 +0200 Subject: [PATCH] comment typo in object.lua (#1541) --- data/core/object.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core/object.lua b/data/core/object.lua index 7b712cff..5466cb01 100644 --- a/data/core/object.lua +++ b/data/core/object.lua @@ -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)