corrected some comments

This commit is contained in:
Mikayla Fischler
2023-07-09 23:22:24 -04:00
parent 59eac62c33
commit 96c4444184
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
--
-- Main SCADA Coordinator GUI
-- RTU Front Panel GUI
--
local types = require("scada-common.types")
@@ -33,7 +33,7 @@ local UNIT_TYPE_LABELS = {
}
-- create new main view
-- create new front panel view
---@param panel graphics_element main displaybox
---@param units table unit list
local function init(panel, units)