Address review comment

This commit is contained in:
Tom Hvitved
2021-03-19 16:25:48 +01:00
parent 18ac2596d0
commit 6e1ee07e90

View File

@@ -186,9 +186,9 @@ values, for example through `out` parameters in C#, the `ReturnKind` class can
be defined and used to match up different kinds of `ReturnNode`s with the
corresponding `OutNode`s.
#### Lambda flow
#### First-class functions
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
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
```ql
class LambdaCallKind