Nit: Tweak JSDoc for getRawLanguagesNoAutodetect

This commit is contained in:
Henry Mercer
2026-05-12 16:21:44 +01:00
parent 201a96b541
commit 8d217609b0
+1 -1
View File
@@ -407,7 +407,7 @@ export async function getLanguages(
return languages;
}
/** Parses the `languages` input into a list of languages without checking if they are supported by CodeQL. */
/** Splits the `languages` input into a list of raw languages without checking if they are supported by CodeQL. */
export function getRawLanguagesNoAutodetect(
languagesInput: string | undefined,
): string[] {