Update Language doc

This commit is contained in:
Henry Mercer
2025-08-06 09:23:40 +01:00
parent 377976a96e
commit f30d00fe8d

View File

@@ -1,4 +1,4 @@
/** A language supported by CodeQL. */
/** A language to analyze with CodeQL. */
export type Language = string;
/**