diff options
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d680563b..8b14cfdd 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']} < |