We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc7db0 commit ae5a5a4Copy full SHA for ae5a5a4
docs/csharp/local-functions-vs-lambdas.md
@@ -42,7 +42,7 @@ value before they can be re-assigned to a body that references the same
42
lambda expression.
43
44
Definite assignment rules also affect any variables that are captured
45
-by the local function or lamdba expression. Both local functions and
+by the local function or lambda expression. Both local functions and
46
lambda expression rules demand that any captured variables are definitely
47
assigned at the point when the local function or lambda expression is
48
converted to a delegate. The difference is that lambda expressions are converted
0 commit comments