Skip to content

Commit 56ec970

Browse files
author
Dave Bartolomeo
committed
Merge branch 'dbartol/goto-ql' of https://github.com/github/vscode-codeql into dbartol/goto-ql
2 parents 57a0429 + 59f1e4e commit 56ec970

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)