Skip to content

Commit 98558c7

Browse files
Update docs/ql-libraries/dataflow/dataflow.md
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent 6e1ee07 commit 98558c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ql-libraries/dataflow/dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ predicate lambdaCreation(Node creation, LambdaCallKind kind, DataFlowCallable c)
199199
/** Holds if `call` is a lambda call of kind `kind` where `receiver` is the lambda expression. */
200200
predicate lambdaCall(DataFlowCall call, LambdaCallKind kind, Node receiver)
201201
202-
/** Extra data-flow steps needed for lamba flow analysis. */
202+
/** Extra data-flow steps needed for lambda flow analysis. */
203203
predicate additionalLambdaFlowStep(Node nodeFrom, Node nodeTo, boolean preservesValue)
204204
```
205205

0 commit comments

Comments
 (0)