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

Co-Authored-By: Max Schaefer <max@semmle.com>
This commit is contained in:
Asger F
2019-07-11 14:38:47 +01:00
committed by GitHub
parent cf23c50f0c
commit 30265537b2

View File

@@ -71,7 +71,7 @@ class InvokeNode extends DataFlow::SourceNode {
* Gets a data flow node corresponding to an array of values being passed as
* individual arguments to this invocation.
*
* Example:
* Examples:
* ```
* x.push(...args); // 'args' is a spread argument
* x.push(x, ...args, y, ...more); // 'args' and 'more' are a spread arguments