Skip to content

Commit 26856a8

Browse files
yoffasgerf
andauthored
Apply suggestions from code review
Co-authored-by: Asger F <[email protected]>
1 parent 86dfc7b commit 26856a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ module ModelOutput {
644644
}
645645

646646
/**
647-
* Holds if a `baseNode` is an invocation identified by the `type,path` part of a summary row.
647+
* Holds if a `baseNode` is a callable identified by the `type,path` part of a summary row.
648648
*/
649649
cached
650650
predicate resolvedSummaryRefBase(string type, string path, API::Node baseNode) {

python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ module ModelOutput {
644644
}
645645

646646
/**
647-
* Holds if a `baseNode` is an invocation identified by the `type,path` part of a summary row.
647+
* Holds if a `baseNode` is a callable identified by the `type,path` part of a summary row.
648648
*/
649649
cached
650650
predicate resolvedSummaryRefBase(string type, string path, API::Node baseNode) {

ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ module ModelOutput {
644644
}
645645

646646
/**
647-
* Holds if a `baseNode` is an invocation identified by the `type,path` part of a summary row.
647+
* Holds if a `baseNode` is a callable identified by the `type,path` part of a summary row.
648648
*/
649649
cached
650650
predicate resolvedSummaryRefBase(string type, string path, API::Node baseNode) {

0 commit comments

Comments
 (0)