Skip to content

Commit 9dc9add

Browse files
fix capitalization in test case
Co-Authored-By: shati-patel <42641846+shati-patel@users.noreply.github.com>
1 parent 3fb64ab commit 9dc9add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-834/LoopBoundInjectionExitGood.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function throws(val) {
3636
}
3737
}
3838

39-
// the obvious null-pointer detection should not hit this one.
39+
// The obvious null-pointer detection should not hit this one.
4040
function returns(val) {
4141
var ret = [];
4242

0 commit comments

Comments
 (0)