Fix a typo

This commit is contained in:
w0rp 2017-02-15 23:01:15 +00:00
parent 9e7034c6e2
commit 8c758e339c
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ Some linters may have requirements for some other plugins being installed.
Only cargo is enabled by default. To switch to using rustc instead of cargo,
configure |g:ale_linters| appropriately: >
" Set the help text for the option for more information.
" See the help text for the option for more information.
let g:ale_linters = {'rust': ['rustc']}
<