Skip to content

Commit dacb299

Browse files
koesie10aeisenberg
andauthored
Fix typo
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent c35ef7f commit dacb299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/compare/sarif-diff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function toCanonicalResult(result: Result): Result {
8585
/**
8686
* Compare the alerts of two queries. Use deep equality to determine if
8787
* results have been added or removed across two invocations of a query.
88-
* It first canonicalizes the results by to ensure that when small changes
88+
* It first canonicalizes the results to ensure that when small changes
8989
* to the query are made, the results are still considered the same. This
9090
* includes the removal of all paths except for the source and sink.
9191
*

0 commit comments

Comments
 (0)