Skip to content

Commit 160ae93

Browse files
committed
C#/Java/Ruby/Swift: Fix typo in QL doc.
1 parent c3e21e8 commit 160ae93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ predicate summaryElement(Callable c, string input, string output, string kind, b
115115
}
116116

117117
/**
118-
* Holds is an external flow summary exists for `c` which means that there is no
118+
* Holds if an external flow summary exists for `c` which means that there is no
119119
* flow through `c` and a flag `generated` stating whether the summary is autogenerated.
120120
*/
121121
predicate negativeSummaryElement(Callable c, boolean generated) {

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ predicate summaryElement(Callable c, string input, string output, string kind, b
7979
}
8080

8181
/**
82-
* Holds is an external flow summary exists for `c` which means that there is no
82+
* Holds if an external flow summary exists for `c` which means that there is no
8383
* flow through `c` and a flag `generated` stating whether the summary is autogenerated.
8484
*/
8585
predicate negativeSummaryElement(Callable c, boolean generated) {

ruby/ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ predicate summaryElement(
6060
}
6161

6262
/**
63-
* Holds is an external flow summary exists for `c` which means that there is no
63+
* Holds if an external flow summary exists for `c` which means that there is no
6464
* flow through `c` and a flag `generated` stating whether the summary is autogenerated.
6565
* Note. Negative flow summaries has not been implemented for ruby.
6666
*/

swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ predicate summaryElement(
6868
}
6969

7070
/**
71-
* Holds is an external flow summary exists for `c` which means that there is no
71+
* Holds if an external flow summary exists for `c` which means that there is no
7272
* flow through `c` and a flag `generated` stating whether the summary is autogenerated.
7373
* Note. Negative flow summaries has not been implemented for swift.
7474
*/

0 commit comments

Comments
 (0)