diff --git a/scada-common/psil.lua b/scada-common/psil.lua index 029a79e..82e99f6 100644 --- a/scada-common/psil.lua +++ b/scada-common/psil.lua @@ -74,7 +74,7 @@ function psil.create() end end - -- get the currently stored value for a key or nil if not set + -- get the currently stored value for a key, or nil if not set ---@param key string data key ---@return any function public.get(key)