mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#/Java/Ruby/Swift: Fix typo in QL doc.
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user