C#/Java/Ruby/Swift: Fix typo in QL doc.

This commit is contained in:
Michael Nebel
2022-08-11 10:58:02 +02:00
parent c3e21e8555
commit 160ae934af
4 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ predicate summaryElement(Callable c, string input, string output, string kind, b
}
/**
* Holds is an external flow summary exists for `c` which means that there is no
* Holds if an external flow summary exists for `c` which means that there is no
* flow through `c` and a flag `generated` stating whether the summary is autogenerated.
*/
predicate negativeSummaryElement(Callable c, boolean generated) {

View File

@@ -79,7 +79,7 @@ predicate summaryElement(Callable c, string input, string output, string kind, b
}
/**
* Holds is an external flow summary exists for `c` which means that there is no
* Holds if an external flow summary exists for `c` which means that there is no
* flow through `c` and a flag `generated` stating whether the summary is autogenerated.
*/
predicate negativeSummaryElement(Callable c, boolean generated) {

View File

@@ -60,7 +60,7 @@ predicate summaryElement(
}
/**
* Holds is an external flow summary exists for `c` which means that there is no
* Holds if an external flow summary exists for `c` which means that there is no
* flow through `c` and a flag `generated` stating whether the summary is autogenerated.
* Note. Negative flow summaries has not been implemented for ruby.
*/

View File

@@ -68,7 +68,7 @@ predicate summaryElement(
}
/**
* Holds is an external flow summary exists for `c` which means that there is no
* Holds if an external flow summary exists for `c` which means that there is no
* flow through `c` and a flag `generated` stating whether the summary is autogenerated.
* Note. Negative flow summaries has not been implemented for swift.
*/