Fix typo
This commit is contained in:
@ -84,7 +84,7 @@ public final class LanguageFactory {
|
||||
}
|
||||
|
||||
private String languageAliases(String language) {
|
||||
// CPD and C language share the same parser
|
||||
// CPP and C language share the same parser
|
||||
if ("c".equals(language)) {
|
||||
return "cpp";
|
||||
}
|
||||
|
Reference in New Issue
Block a user