Skip to content

Commit 9be162a

Browse files
committed
spelling: recursion
Signed-off-by: Josh Soref <[email protected]>
1 parent 124c554 commit 9be162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ abstract class RegExp extends Ast::StringlikeLiteral {
241241

242242
/**
243243
* Helper predicate for `escapingChar`.
244-
* In order to avoid negative recusrion, we return a boolean.
244+
* In order to avoid negative recursion, we return a boolean.
245245
* This way, we can refer to `escaping(pos - 1).booleanNot()`
246246
* rather than to a negated version of `escaping(pos)`.
247247
*/

0 commit comments

Comments
 (0)