diff options
author | RyanSquared <ryan@hashbang.sh> | 2019-06-21 04:16:42 -0500 |
---|---|---|
committer | RyanSquared <ryan@hashbang.sh> | 2019-06-21 04:16:42 -0500 |
commit | 65ba4b85ec3011cccb9ea7135183e7fc8d7a0d69 (patch) | |
tree | dd328d669d7592f984fbb62323a73ffd4cab8c49 /doc | |
parent | 9ad8fd6a1bdff5f0c80cf921df5628d1d322cf82 (diff) | |
parent | bf0d0597cb14fa84e9719c7368d2799bf6539718 (diff) | |
download | ale-65ba4b85ec3011cccb9ea7135183e7fc8d7a0d69.zip |
Merge branch 'fix-small-doc-typo'
Diffstat (limited to 'doc')
-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`. |