From 7a6aedb8408408f839cdfc206e0d1fde927bbf3e Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:52:06 +0200 Subject: [PATCH] fix: Improve docs --- lua/jsonfly/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/jsonfly/parsers.lua b/lua/jsonfly/parsers.lua index ef775e5..eee1f5d 100644 --- a/lua/jsonfly/parsers.lua +++ b/lua/jsonfly/parsers.lua @@ -40,7 +40,7 @@ local function get_contents_from_json_value(entry) end end ----@param t table|nil|string|number +---@param t table|nil|string|number|boolean ---@return Entry[] function M:get_entries_from_lua_json(t) if PRIMITIVE_TYPES[type(t)] or t == nil then