Skip to content

Commit

Permalink
Fix parameter lua doc line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberth289346 committed Sep 7, 2023
1 parent 3c4b05d commit b9b137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorsixTH/Lua/level_editor/data_storage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ function LevelEditPage:LevelEditPage(tab_name_path, sections)
end

--! Set visibility of the widgets to the value of the parameter.
--!param (bool) Whether the widgets and/or text boxes should be visible.
--!param is_visible (bool) Whether the widgets and/or text boxes should be visible.
function LevelEditPage:setVisible(is_visible)
for _, widget in ipairs(self._widgets) do
widget:setVisible(is_visible)
Expand Down

0 comments on commit b9b137d

Please sign in to comment.