Skip to content

Commit d4b018f

Browse files
committed
Ruby: typo: found up -> looked up
1 parent 25f0382 commit d4b018f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ class ArrayLiteralNode extends LocalSourceNode, ExprNode {
10991099
}
11001100

11011101
/**
1102-
* A place in which a named constant can be found up during constant lookup.
1102+
* A place in which a named constant can be looked up during constant lookup.
11031103
*/
11041104
private newtype TConstLookupScope =
11051105
/** Look up in a qualified constant name `base::`. */

0 commit comments

Comments
 (0)