Remove ':' from LDoc annotation

This commit is contained in:
zykem#0643
2025-07-06 16:21:01 +02:00
parent 33ffd2c9a9
commit 2a2428d6e0
+1 -1
View File
@@ -29,7 +29,7 @@ function ESX.GetRandomString(length)
end
---@param key? string Key pair to get specific value of config
---@return unknown: Returns the whole config if no key is passed, or a specific value
---@return unknown Returns the whole config if no key is passed, or a specific value
function ESX.GetConfig(key)
return key and Config[key] or Config
end