Skip to content

Commit b8ec5d7

Browse files
authored
Merge pull request #276 from github/hvitved/api-graphs-comment-typo
Fix typo in comment
2 parents c176d34 + 2d0febe commit b8ec5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ module API {
339339
* The flow from `src` to that node may be inter-procedural.
340340
*/
341341
private DataFlow::LocalSourceNode trackUseNode(DataFlow::Node src, TypeTracker t) {
342-
// Declaring `src` to be a `SourceNode` currently causes a redundant check in the
342+
// Declaring `src` to be a `LocalSourceNode` currently causes a redundant check in the
343343
// recursive case, so instead we check it explicitly here.
344344
src instanceof DataFlow::LocalSourceNode and
345345
t.start() and

0 commit comments

Comments
 (0)