Fix a typo

This commit is contained in:
w0rp 2018-10-29 18:36:03 +00:00
parent caac5c93d6
commit cae40e1c34
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 1 additions and 1 deletions

View File

@ -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},
\])
<