comment fix

This commit is contained in:
Mikayla Fischler 2024-12-12 20:01:32 -05:00
parent a546b946ee
commit 1538fb3d26

View File

@ -74,7 +74,7 @@ function psil.create()
end end
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 ---@param key string data key
---@return any ---@return any
function public.get(key) function public.get(key)