Skip to content

Commit 59f1e4e

Browse files
author
Dave Bartolomeo
authored
Update extensions/ql-vscode/src/pure/log-summary-parser.ts
1 parent 7c1fce3 commit 59f1e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/pure/log-summary-parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface EvalLogData {
1010

1111
/**
1212
* A pure method that parses a string of evaluator log summaries into
13-
* an array of EvaluatorLogData objects.
13+
* an array of EvalLogData objects.
1414
*
1515
*/
1616
export function parseViewerData(logSummary: string): EvalLogData[] {

0 commit comments

Comments
 (0)