mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Amend docstring
This commit is contained in:
@@ -34,7 +34,7 @@ ConditionGuardNode getLengthLEGuard(Variable index, Variable array) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a condition that checks that `index` is less than or equal to `array.length`.
|
* Gets a condition that checks that `index` is less than `array.length`.
|
||||||
*/
|
*/
|
||||||
ConditionGuardNode getLengthLTGuard(Variable index, Variable array) {
|
ConditionGuardNode getLengthLTGuard(Variable index, Variable array) {
|
||||||
exists(RelationalComparison cmp | cmp instanceof GTExpr or cmp instanceof LTExpr |
|
exists(RelationalComparison cmp | cmp instanceof GTExpr or cmp instanceof LTExpr |
|
||||||
|
|||||||
Reference in New Issue
Block a user