Update javascript/ql/src/semmle/javascript/GeneratedCode.qll

Co-Authored-By: esben-semmle <42067045+esben-semmle@users.noreply.github.com>
This commit is contained in:
Max Schaefer
2019-03-26 10:01:24 +01:00
committed by GitHub
parent 3cd93129a6
commit bf04664bd7

View File

@@ -134,7 +134,7 @@ private HTML::Element getAStartingElement(File f, int l) {
/**
* Gets the number of HTML elements that starts at line `l` in file `f`.
* Gets the number of HTML elements that start at line `l` in file `f`.
*/
private int countStartingHtmlElements(File f, int l) {
result = strictcount(getAStartingElement(f, l))