Skip to content

Commit 3b05cb6

Browse files
committed
Address comment
1 parent 33b97f3 commit 3b05cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ast/internal/Variable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class TVariableReal =
414414
class TLocalVariable = TLocalVariableReal or TLocalVariableSynth or TSelfVariable;
415415

416416
/**
417-
* A "real" (ie. non-synthesized) variable. This class only exists to
417+
* A "real" (i.e. non-synthesized) variable. This class only exists to
418418
* avoid negative recursion warnings. Ideally, we would use `VariableImpl`
419419
* directly, but that results in incorrect negative recursion warnings.
420420
* Adding new root-defs for the predicates below works around this.

0 commit comments

Comments
 (0)