Skip to content

Commit 0a0d958

Browse files
committed
Ruby: rephase comment for MkDef
1 parent 0189e8a commit 0a0d958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ module API {
326326
MkMethodAccessNode(DataFlow::CallNode call) { isUse(call) } or
327327
/** A use of an API member at the node `nd`. */
328328
MkUse(DataFlow::Node nd) { isUse(nd) } or
329-
/** A value that escapes into an API at the node `nd` */
329+
/** A value that escapes into an external library at the node `nd` */
330330
MkDef(DataFlow::Node nd) { isDef(nd) }
331331

332332
private string resolveTopLevel(ConstantReadAccess read) {

0 commit comments

Comments
 (0)