Skip to content

Commit 6c00e66

Browse files
hvitvednickrolfe
andauthored
Update ql/src/codeql_ruby/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Nick Rolfe <nickrolfe@github.com>
1 parent b8f65fb commit 6c00e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/codeql_ruby/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,5 +452,5 @@ predicate lambdaCreation(Node creation, LambdaCallKind kind, DataFlowCallable c)
452452
/** Holds if `call` is a lambda call of kind `kind` where `receiver` is the lambda expression. */
453453
predicate lambdaCall(DataFlowCall call, LambdaCallKind kind, Node receiver) { none() }
454454

455-
/** Extra data-flow steps needed for lamba flow analysis. */
455+
/** Extra data-flow steps needed for lambda flow analysis. */
456456
predicate additionalLambdaFlowStep(Node nodeFrom, Node nodeTo, boolean preservesValue) { none() }

0 commit comments

Comments
 (0)