Update annotations

This commit is contained in:
Insality
2020-04-09 22:07:56 +03:00
parent 9dd3a029ad
commit 48bd0da429
6 changed files with 24 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ end
--- Set checkbox group state
-- @function checkbox_group:set_state
-- @tparam bool[] state Array of checkbox state
-- @tparam bool[] indexes Array of checkbox state
function M.set_state(self, indexes)
for i = 1, #indexes do
if self.checkboxes[i] then