提交 6e0cb696 编写于 作者: C Cyrus Najmabadi

Fix mispelling

上级 8439f2e6
......@@ -113,7 +113,7 @@ public override Task RegisterCodeFixesAsync(CodeFixContext context)
CancellationToken cancellationToken)
{
// Determines if we can make the local function 'static'. We can make it static
// if the original lambda did not cpature any variables (other than the local
// if the original lambda did not capture any variables (other than the local
// variable itself). it's ok for the lambda to capture itself as a static-local
// function can reference itself without any problems.
if (makeStaticIfPossible)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册