未验证 提交 638d0c9e 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update src/EditorFeatures/Core/Wrapping/ChainedExpression/AbstractChainedExpressionWrapper.cs

上级 8a4ef84f
......@@ -107,7 +107,7 @@ internal abstract partial class AbstractChainedExpressionWrapper<
}
}
// Looks good. Crate the action computer which will actually determine
// Looks good. Create the action computer which will actually determine
// the set of wrapping options to provide.
var sourceText = await document.GetTextAsync(cancellationToken).ConfigureAwait(false);
var options = await document.GetOptionsAsync(cancellationToken).ConfigureAwait(false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册