Skip to content

Commit 6e1ee07

Browse files
committed
Address review comment
1 parent 18ac259 commit 6e1ee07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ql-libraries/dataflow/dataflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ values, for example through `out` parameters in C#, the `ReturnKind` class can
186186
be defined and used to match up different kinds of `ReturnNode`s with the
187187
corresponding `OutNode`s.
188188

189-
#### Lambda flow
189+
#### First-class functions
190190

191-
For lambda-like calls, the library supports built-in call resolution based on data flow between a lambda creation expression and a lambda call. The interface that needs to be implemented is
191+
For calls to first-class functions, the library supports built-in call resolution based on data flow between a function creation expression and a call. The interface that needs to be implemented is
192192

193193
```ql
194194
class LambdaCallKind

0 commit comments

Comments
 (0)