Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/csharp/local-functions-vs-lambdas.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ value before they can be re-assigned to a body that references the same
lambda expression.

Definite assignment rules also affect any variables that are captured
by the local function or lamdba epression. Both local functions and
by the local function or lamdba expression. Both local functions and
lambda expression rules demand that any captured variables are definitely
assigned at the point when the local function or lambda expression is
converted to a delegate. The difference is that lambda expressions are converted
Expand Down