Update javascript/ql/src/semmle/javascript/frameworks/Cheerio.qll

Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
This commit is contained in:
Esben Sparre Andreasen
2019-04-09 14:25:19 +01:00
committed by GitHub
parent ad119dae21
commit 2113e6e4d3

View File

@@ -30,7 +30,7 @@ module Cheerio {
/**
* Creation of `cheerio` object, a collection of virtual DOM elements
* with an interface similar to jQuery objects.
* with an interface similar to that of a jQuery object.
*/
class CheerioObjectCreation extends DataFlow::SourceNode {
CheerioObjectCreation::Range range;