Skip to content

Commit 6377e92

Browse files
erik-kroghasgerf
andauthored
Update javascript/ql/lib/semmle/javascript/dataflow/DataFlow.qll
Co-authored-by: Asger F <[email protected]>
1 parent d261cec commit 6377e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ module DataFlow {
12931293
override DataFlow::Node getCalleeNode() { result = DataFlow::valueNode(astNode.getTag()) }
12941294

12951295
override DataFlow::Node getArgument(int i) {
1296-
// the first parameter send to the function is the string parts, which we don't model.
1296+
// the first argument sent to the function is the array of string parts, which we don't model.
12971297
// rank is 1-indexed, which is perfect here.
12981298
result =
12991299
DataFlow::valueNode(rank[i](Expr e, int index |

0 commit comments

Comments
 (0)