fix: typo in a LSP error message (#1805)

This commit is contained in:
Mathijs Bakker
2022-03-24 20:59:41 +01:00
committed by GitHub
parent 1a72a92b64
commit 503db70a6a

View File

@@ -171,7 +171,7 @@ lsp.code_actions = function(opts)
) )
if err then if err then
utils.notify("builin.lsp_code_actions", { utils.notify("builtin.lsp_code_actions", {
msg = err, msg = err,
level = "ERROR", level = "ERROR",
}) })