From 1538fb3d26ba5d71a57b2b5ce0359dd09cbf239b Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Thu, 12 Dec 2024 20:01:32 -0500 Subject: [PATCH] comment fix --- scada-common/psil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)