Skip to content

Commit bf04664

Browse files
Max Schaeferesben-semmle
andauthored
Update javascript/ql/src/semmle/javascript/GeneratedCode.qll
Co-Authored-By: esben-semmle <42067045+esben-semmle@users.noreply.github.com>
1 parent 3cd9312 commit bf04664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private HTML::Element getAStartingElement(File f, int l) {
134134

135135

136136
/**
137-
* Gets the number of HTML elements that starts at line `l` in file `f`.
137+
* Gets the number of HTML elements that start at line `l` in file `f`.
138138
*/
139139
private int countStartingHtmlElements(File f, int l) {
140140
result = strictcount(getAStartingElement(f, l))

0 commit comments

Comments
 (0)