fix: Typos

This commit is contained in:
alexfertel 2021-08-03 18:03:26 +06:00 committed by shadmansaleh
parent ea2432cc1e
commit 7b98680316
1 changed files with 2 additions and 2 deletions

View File

@ -149,9 +149,9 @@ local Component = {
return self.status
end,
-- variable to store component output for manupulation
-- variable to store component output for manipulation
status = '',
-- Actual function the updates a component . Must be overwritten with component functionality
-- Actual function that updates a component. Must be overwritten with component functionality
-- luacheck: push no unused args
update_status = function(self) end,
-- luacheck: pop