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 33b97f3 commit 3b05cb6Copy full SHA for 3b05cb6
ruby/ql/lib/codeql/ruby/ast/internal/Variable.qll
@@ -414,7 +414,7 @@ class TVariableReal =
414
class TLocalVariable = TLocalVariableReal or TLocalVariableSynth or TSelfVariable;
415
416
/**
417
- * A "real" (ie. non-synthesized) variable. This class only exists to
+ * A "real" (i.e. non-synthesized) variable. This class only exists to
418
* avoid negative recursion warnings. Ideally, we would use `VariableImpl`
419
* directly, but that results in incorrect negative recursion warnings.
420
* Adding new root-defs for the predicates below works around this.
0 commit comments