diff options
author | w0rp <devw0rp@gmail.com> | 2017-02-15 23:01:15 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-02-15 23:01:15 +0000 |
commit | 8c758e339cb172b897d778ddad81af62525aa0b6 (patch) | |
tree | 8faae4863b4b308eef321bb6071f821b7ae50026 /doc/ale.txt | |
parent | 9e7034c6e21743c35ed98b9820eff48346362762 (diff) | |
download | ale-8c758e339cb172b897d778ddad81af62525aa0b6.zip |
Fix a typo
Diffstat (limited to 'doc/ale.txt')
-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']} < |