We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35ef7f commit dacb299Copy full SHA for dacb299
extensions/ql-vscode/src/compare/sarif-diff.ts
@@ -85,7 +85,7 @@ function toCanonicalResult(result: Result): Result {
85
/**
86
* Compare the alerts of two queries. Use deep equality to determine if
87
* 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
+ * It first canonicalizes the results to ensure that when small changes
89
* to the query are made, the results are still considered the same. This
90
* includes the removal of all paths except for the source and sink.
91
*
0 commit comments