Skip to content

Commit d980c31

Browse files
committed
Ruby: More QLDoc police
1 parent 9cd371f commit d980c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ predicate basicStoreStep(Node nodeFrom, Node nodeTo, TypeTrackerContentSet conte
162162
}
163163

164164
/**
165-
* A `content`-store step from `nodeFrom -> nodeTo` where the destination node is a post-update
166-
* node that should be treated as a local source node.
165+
* Holds if a store step `nodeFrom -> nodeTo` with `contents` exists, where the destination node
166+
* is a post-update node that should be treated as a local source node.
167167
*/
168168
predicate postUpdateStoreStep(Node nodeFrom, Node nodeTo, TypeTrackerContentSet contents) {
169169
// TODO: support SetterMethodCall inside TuplePattern

0 commit comments

Comments
 (0)