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

@@ -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) {