Skip to content

Commit 8d21760

Browse files
committed
Nit: Tweak JSDoc for getRawLanguagesNoAutodetect
1 parent 201a96b commit 8d21760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ export async function getLanguages(
407407
return languages;
408408
}
409409

410-
/** Parses the `languages` input into a list of languages without checking if they are supported by CodeQL. */
410+
/** Splits the `languages` input into a list of raw languages without checking if they are supported by CodeQL. */
411411
export function getRawLanguagesNoAutodetect(
412412
languagesInput: string | undefined,
413413
): string[] {

0 commit comments

Comments
 (0)