diff --git a/README.md b/README.md index 6e1d1a54..908106ce 100644 --- a/README.md +++ b/README.md @@ -1602,7 +1602,7 @@ Looks up the symbol under the cursor and jumps to its implementation (i.e. non-interface). If there are multiple implementations, instead provides a list of implementations to choose from. -Supported in filetypes: `cs, java` +Supported in filetypes: `cs` #### The `GoToImplementationElseDeclaration` subcommand diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 2e035417..f33979b3 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -1898,7 +1898,7 @@ Looks up the symbol under the cursor and jumps to its implementation (i.e. non- interface). If there are multiple implementations, instead provides a list of implementations to choose from. -Supported in filetypes: 'cs, java' +Supported in filetypes: 'cs' ------------------------------------------------------------------------------- The *GoToImplementationElseDeclaration* subcommand