diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-29 02:45:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 09:45:48 +0800 |
commit | 615f124003376c007442319b31a172360796974c (patch) | |
tree | 15a19518bb30f32dab421930bbbfa4043b56ea54 /runtime/lua/vim/lsp/util.lua | |
parent | 0badfaa6d0a86904f67e1343e839c2f7966e4716 (diff) | |
download | rneovim-615f124003376c007442319b31a172360796974c.tar.gz rneovim-615f124003376c007442319b31a172360796974c.tar.bz2 rneovim-615f124003376c007442319b31a172360796974c.zip |
docs: fix typos (#21196)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Raphael <glephunter@gmail.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Diffstat (limited to 'runtime/lua/vim/lsp/util.lua')
-rw-r--r-- | runtime/lua/vim/lsp/util.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/util.lua b/runtime/lua/vim/lsp/util.lua index d89757ef0c..ba9f145e01 100644 --- a/runtime/lua/vim/lsp/util.lua +++ b/runtime/lua/vim/lsp/util.lua @@ -1679,7 +1679,7 @@ do --[[ References ]] ---@param bufnr number Buffer id ---@param references table List of `DocumentHighlight` objects to highlight ---@param offset_encoding string One of "utf-8", "utf-16", "utf-32". - ---@see https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#documentHighlight + ---@see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocumentContentChangeEvent function M.buf_highlight_references(bufnr, references, offset_encoding) validate({ bufnr = { bufnr, 'n', true }, |