Skip to content

Commit 3026553

Browse files
asger-semmleMax Schaefer
andauthored
Update javascript/ql/src/semmle/javascript/dataflow/Nodes.qll
Co-Authored-By: Max Schaefer <max@semmle.com>
1 parent cf23c50 commit 3026553

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/dataflow

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/Nodes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class InvokeNode extends DataFlow::SourceNode {
7171
* Gets a data flow node corresponding to an array of values being passed as
7272
* individual arguments to this invocation.
7373
*
74-
* Example:
74+
* Examples:
7575
* ```
7676
* x.push(...args); // 'args' is a spread argument
7777
* x.push(x, ...args, y, ...more); // 'args' and 'more' are a spread arguments

0 commit comments

Comments
 (0)