diff options
author | Horacio Sanson <horacio@allm.net> | 2019-06-20 08:51:45 +0900 |
---|---|---|
committer | Horacio Sanson <horacio@allm.net> | 2019-06-20 08:51:45 +0900 |
commit | bf0d0597cb14fa84e9719c7368d2799bf6539718 (patch) | |
tree | dd328d669d7592f984fbb62323a73ffd4cab8c49 /doc/ale.txt | |
parent | 9ad8fd6a1bdff5f0c80cf921df5628d1d322cf82 (diff) | |
download | ale-bf0d0597cb14fa84e9719c7368d2799bf6539718.zip |
Fix small doc typo
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 26a3aedd..eea3d102 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3220,7 +3220,7 @@ ale#lsp_linter#SendRequest(buffer, linter_name, message, [Handler]) containing three elements: `is_notification` - an |Integer| that has value 1 if the request is a notification, 0 otherwise; - `methdod` - a |String|, identifying an LSP method supported + `method` - a |String|, identifying an LSP method supported by `linter`; `parameters` - a |dictionary| of LSP parameters that are applicable to `method`. |