summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhlink <jhlink@users.noreply.github.com>2020-07-26 21:25:17 -0400
committerjhlink <jhlink@users.noreply.github.com>2020-07-26 22:05:10 -0400
commit75723e4522a7787c3c5893ffa58ed3dc493c0bbc (patch)
treea4c6a277109a0b192aadb414832b72f1135573e1
parent028485b4dee89d3a81a7b414d44b9864f7396cbb (diff)
downloadale-75723e4522a7787c3c5893ffa58ed3dc493c0bbc.zip
doc: Add C++ desc in astyle entry in registry
-rw-r--r--autoload/ale/fix/registry.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/fix/registry.vim b/autoload/ale/fix/registry.vim
index c5b4751b..02b02699 100644
--- a/autoload/ale/fix/registry.vim
+++ b/autoload/ale/fix/registry.vim
@@ -163,7 +163,7 @@ let s:default_registry = {
\ 'astyle': {
\ 'function': 'ale#fixers#astyle#Fix',
\ 'suggested_filetypes': ['c', 'cpp'],
-\ 'description': 'Fix C with astyle.',
+\ 'description': 'Fix C/C++ with astyle.',
\ },
\ 'clangtidy': {
\ 'function': 'ale#fixers#clangtidy#Fix',