summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt2
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},
\])
<