diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/lsp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index aff0f9a793..703c0b9d03 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -566,7 +566,7 @@ buf_notify({bufnr}, {method}, {params}) *vim.lsp.buf_notify()* Parameters: ~ • {bufnr} (number|nil) The number of the buffer • {method} (string) Name of the request method - • {params} (string) Arguments to send to the server + • {params} (any) Arguments to send to the server Return: ~ true if any client returns true; false otherwise |