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 7850ab2 commit d96dca4Copy full SHA for d96dca4
ql/ql/src/queries/style/ConsistentAlertMessage.ql
@@ -28,7 +28,7 @@ string getMessage(Select sel) {
28
* Gets a language agnostic fingerprint for a Select.
29
* The fingerPrint includes e.g. the query-id, the @kind of the query, and the number of expressions in the select.
30
*
31
- * This fingerprint avoid false positives where two queries with the same ID behave differently (which is OK).
+ * This fingerprint avoids false positives where two queries with the same ID behave differently (which is OK).
32
*/
33
string getSelectFingerPrint(Select sel) {
34
exists(QueryDoc doc | doc = sel.getQueryDoc() |
0 commit comments