Apply suggestions from code review

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
yoff
2023-06-23 10:15:20 +02:00
committed by GitHub
parent 86dfc7b66e
commit 26856a82a6
3 changed files with 3 additions and 3 deletions

View File

@@ -644,7 +644,7 @@ module ModelOutput {
}
/**
* Holds if a `baseNode` is an invocation identified by the `type,path` part of a summary row.
* Holds if a `baseNode` is a callable identified by the `type,path` part of a summary row.
*/
cached
predicate resolvedSummaryRefBase(string type, string path, API::Node baseNode) {