Fix a typo
This commit is contained in:
parent
caac5c93d6
commit
cae40e1c34
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
\])
|
||||
<
|
||||
|
||||
|
|
Reference in a new issue