diff --git a/doc/ale.txt b/doc/ale.txt index d680563..8b14cfd 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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']} <