Skip to content

Commit 603c5b7

Browse files
committed
doc(json-util): fix internal function type
1 parent 87bc49e commit 603c5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/luarocks/build/lls-addon/json-util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ end
9595

9696
---gets all keys from a json object
9797
---@param keyorder string[]
98-
---@param obj { [string]: any }
98+
---@param obj any
9999
local function getRecursiveKeys(keyorder, obj)
100100
if isObject(obj) then
101101
for k, v in pairs(obj) do

0 commit comments

Comments
 (0)