diff options
author | w0rp <devw0rp@gmail.com> | 2018-10-29 18:36:03 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-10-29 18:36:03 +0000 |
commit | cae40e1c347064bd3ab5eb4c04e9e357d3d82105 (patch) | |
tree | 18a292110d7c739b3df7655dad23f6e2f6b7d1a8 /doc/ale.txt | |
parent | caac5c93d658c8ad05786194156a321e016d5ba0 (diff) | |
download | ale-cae40e1c347064bd3ab5eb4c04e9e357d3d82105.zip |
Fix a 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 2a8f17d4..21fab16c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -593,7 +593,7 @@ ALE's loclist format. (See |ale-loclist-format|) For example: > " Tell ALE to show some results. " This function can be called at any time. call ale#other_source#ShowResults(bufnr(''), 'some-linter-name', [ - \ {'text': 'Something went wrong', lnum: 13}, + \ {'text': 'Something went wrong', 'lnum': 13}, \]) < |