doc: Add C++ desc in astyle entry in registry

This commit is contained in:
jhlink 2020-07-26 21:25:17 -04:00
parent 028485b4de
commit 75723e4522
1 changed files with 1 additions and 1 deletions

View File

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