Skip to content

Commit ae5a5a4

Browse files
ulfakerstedtmairaw
authored andcommitted
Fixed typo in local-functions-vs-lambdas.md (#5550)
"lamdba" corrected to "lambda".
1 parent 7fc7db0 commit ae5a5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/local-functions-vs-lambdas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ value before they can be re-assigned to a body that references the same
4242
lambda expression.
4343

4444
Definite assignment rules also affect any variables that are captured
45-
by the local function or lamdba expression. Both local functions and
45+
by the local function or lambda expression. Both local functions and
4646
lambda expression rules demand that any captured variables are definitely
4747
assigned at the point when the local function or lambda expression is
4848
converted to a delegate. The difference is that lambda expressions are converted

0 commit comments

Comments
 (0)