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',