Skip to content

Commit 1c1637a

Browse files
committed
Ruby: Correct QLDoc for charRange.
1 parent 7efbd88 commit 1c1637a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/regexp/internal/ParseRegExp.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ abstract class RegExp extends Ast::StringlikeLiteral {
195195

196196
/**
197197
* Holds if the character set starting at `charset_start` contains a character range
198-
* with lower bound found between `start` and `lower_end`
199-
* and upper bound found between `upper_start` and `end`.
198+
* with lower bound found between `start` and `lowerEnd`
199+
* and upper bound found between `upperStart` and `end`.
200200
*/
201201
predicate charRange(int charsetStart, int start, int lowerEnd, int upperStart, int end) {
202202
exists(int index |

0 commit comments

Comments
 (0)