mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
Fix small doc typo
This commit is contained in:
@@ -3220,7 +3220,7 @@ ale#lsp_linter#SendRequest(buffer, linter_name, message, [Handler])
|
|||||||
containing three elements:
|
containing three elements:
|
||||||
`is_notification` - an |Integer| that has value 1 if the
|
`is_notification` - an |Integer| that has value 1 if the
|
||||||
request is a notification, 0 otherwise;
|
request is a notification, 0 otherwise;
|
||||||
`methdod` - a |String|, identifying an LSP method supported
|
`method` - a |String|, identifying an LSP method supported
|
||||||
by `linter`;
|
by `linter`;
|
||||||
`parameters` - a |dictionary| of LSP parameters that are
|
`parameters` - a |dictionary| of LSP parameters that are
|
||||||
applicable to `method`.
|
applicable to `method`.
|
||||||
|
|||||||
Reference in New Issue
Block a user