Skip to content

Commit 7e4f7a0

Browse files
committed
C#: Address review comments and sync files.
1 parent 67cbe38 commit 7e4f7a0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module Public {
241241
}
242242

243243
/**
244-
* Holds if the summaries that apply to `this` are auto generated and not manually generated.
244+
* Holds if all the summaries that apply to `this` are auto generated and not manually created.
245245
*/
246246
final predicate isAutoGenerated() { this.hasProvenance("generated") and not this.isManual() }
247247

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module Public {
241241
}
242242

243243
/**
244-
* Holds if the summaries that apply to `this` are auto generated and not manually generated.
244+
* Holds if all the summaries that apply to `this` are auto generated and not manually created.
245245
*/
246246
final predicate isAutoGenerated() { this.hasProvenance("generated") and not this.isManual() }
247247

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module Public {
241241
}
242242

243243
/**
244-
* Holds if the summaries that apply to `this` are auto generated and not manually generated.
244+
* Holds if all the summaries that apply to `this` are auto generated and not manually created.
245245
*/
246246
final predicate isAutoGenerated() { this.hasProvenance("generated") and not this.isManual() }
247247

python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module Public {
241241
}
242242

243243
/**
244-
* Holds if the summaries that apply to `this` are auto generated and not manually generated.
244+
* Holds if all the summaries that apply to `this` are auto generated and not manually created.
245245
*/
246246
final predicate isAutoGenerated() { this.hasProvenance("generated") and not this.isManual() }
247247

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module Public {
241241
}
242242

243243
/**
244-
* Holds if the summaries that apply to `this` are auto generated and not manually generated.
244+
* Holds if all the summaries that apply to `this` are auto generated and not manually created.
245245
*/
246246
final predicate isAutoGenerated() { this.hasProvenance("generated") and not this.isManual() }
247247

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module Public {
241241
}
242242

243243
/**
244-
* Holds if the summaries that apply to `this` are auto generated and not manually generated.
244+
* Holds if all the summaries that apply to `this` are auto generated and not manually created.
245245
*/
246246
final predicate isAutoGenerated() { this.hasProvenance("generated") and not this.isManual() }
247247

0 commit comments

Comments
 (0)