mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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) {
|
||||
exists(RelationalComparison cmp | cmp instanceof GTExpr or cmp instanceof LTExpr |
|
||||
|
||||
Reference in New Issue
Block a user