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 5392e97 commit d3212a6Copy full SHA for d3212a6
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 epression. Both local functions and
+by the local function or lamdba 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