Skip to content

Commit d627020

Browse files
committed
chore: update luaCATS annotations
1 parent aaa376a commit d627020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/haskell-tools/lsp/init.lua

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

178178
---Stop the LSP client.
179179
---@param bufnr number|nil The buffer number (optional), defaults to the current buffer
180-
---@return table[] clients A list of clients that will be stopped
180+
---@return vim.lsp.Client[] clients A list of clients that will be stopped
181181
Hls.stop = function(bufnr)
182182
bufnr = bufnr or vim.api.nvim_get_current_buf()
183183
local LspHelpers = require('haskell-tools.lsp.helpers')

0 commit comments

Comments
 (0)