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

Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
Asger F
2019-11-08 16:15:08 +00:00
committed by GitHub
parent 4ad03a9061
commit 2a473fb9e7

View File

@@ -11,7 +11,7 @@ private import internal.CallGraphs
/**
* A data flow node corresponding to an expression.
*
* Example:
* Examples:
* ```js
* x + y
* Math.abs(x)