From 8c758e339cb172b897d778ddad81af62525aa0b6 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 15 Feb 2017 23:01:15 +0000 Subject: [PATCH] Fix a typo --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']} <