Skip to content

Commit 7ab3cde

Browse files
yoffasgerf
andauthored
Apply suggestions from code review
Co-authored-by: Asger F <[email protected]>
1 parent 820b5f2 commit 7ab3cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/typetracking/SummaryTypeTracker.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* Provides the implementation of a summary type tracker, that is type tracking through flow summaries.
2+
* Provides the implementation of type tracking steps through flow summaries.
33
* To use this, you must implement the `Input` signature. You can then use the predicates in the `Output`
44
* signature to implement the predicates of the same names inside `TypeTrackerSpecific.qll`.
55
*/
66

7-
/** The classes and predicates needed to generate a summary type tracker. */
7+
/** The classes and predicates needed to generate type-tracking steps from summaries. */
88
signature module Input {
99
// Dataflow nodes
1010
class Node;

0 commit comments

Comments
 (0)