aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/async/uv.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/core/async/uv.lua')
-rw-r--r--lua/nvim-lsp-installer/core/async/uv.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/core/async/uv.lua b/lua/nvim-lsp-installer/core/async/uv.lua
index a2249be9..a25aeb0b 100644
--- a/lua/nvim-lsp-installer/core/async/uv.lua
+++ b/lua/nvim-lsp-installer/core/async/uv.lua
@@ -1,6 +1,6 @@
local a = require "nvim-lsp-installer.core.async"
----@type Record<UvMethod, async fun(...)>
+---@type table<UvMethod, async fun(...)>
local M = setmetatable({}, {
__index = function(_, method)
---@async