We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57a0429 + 59f1e4e commit 56ec970Copy full SHA for 56ec970
extensions/ql-vscode/src/pure/log-summary-parser.ts
@@ -10,7 +10,7 @@ export interface EvalLogData {
10
11
/**
12
* A pure method that parses a string of evaluator log summaries into
13
- * an array of EvaluatorLogData objects.
+ * an array of EvalLogData objects.
14
*
15
*/
16
export function parseViewerData(logSummary: string): EvalLogData[] {
0 commit comments