summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-02-15 23:01:15 +0000
committerw0rp <devw0rp@gmail.com>2017-02-15 23:01:15 +0000
commit8c758e339cb172b897d778ddad81af62525aa0b6 (patch)
tree8faae4863b4b308eef321bb6071f821b7ae50026 /doc/ale.txt
parent9e7034c6e21743c35ed98b9820eff48346362762 (diff)
downloadale-8c758e339cb172b897d778ddad81af62525aa0b6.zip
Fix a typo
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt2
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']}
<