We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124c554 commit 9be162aCopy full SHA for 9be162a
ruby/ql/lib/codeql/ruby/regexp/internal/ParseRegExp.qll
@@ -241,7 +241,7 @@ abstract class RegExp extends Ast::StringlikeLiteral {
241
242
/**
243
* Helper predicate for `escapingChar`.
244
- * In order to avoid negative recusrion, we return a boolean.
+ * In order to avoid negative recursion, we return a boolean.
245
* This way, we can refer to `escaping(pos - 1).booleanNot()`
246
* rather than to a negated version of `escaping(pos)`.
247
*/
0 commit comments