aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp_spec.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2024-11-20 23:50:30 +0100
committerGitHub <noreply@github.com>2024-11-21 06:50:30 +0800
commit07db909eb5ae2a559771068be64439eba394cd61 (patch)
treeb5eee15db09280c5256223b455cbd6b934679427 /test/functional/plugin/lsp_spec.lua
parentcedf155fb5c4d687747e59f5d3fdad76a40aa069 (diff)
downloadrneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.gz
rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.bz2
rneovim-07db909eb5ae2a559771068be64439eba394cd61.zip
docs: misc (#31138)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'test/functional/plugin/lsp_spec.lua')
-rw-r--r--test/functional/plugin/lsp_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/lsp_spec.lua b/test/functional/plugin/lsp_spec.lua
index 0f68b7eae2..f14e24bb19 100644
--- a/test/functional/plugin/lsp_spec.lua
+++ b/test/functional/plugin/lsp_spec.lua
@@ -3499,7 +3499,7 @@ describe('LSP', function()
}
return vim.lsp.util.convert_signature_help_to_markdown_lines(signature_help, 'zig', { '(' })
end)
- -- Note that although the higlight positions below are 0-indexed, the 2nd parameter
+ -- Note that although the highlight positions below are 0-indexed, the 2nd parameter
-- corresponds to the 3rd line because the first line is the ``` from the
-- Markdown block.
local expected = { 3, 4, 3, 11 }