未验证 提交 57d92421 编写于 作者: J Jinu 提交者: GitHub

Merge pull request #38848 from nnpcYvIVl/spelling-9

Update TypeImportCompletionItem.cs
......@@ -89,7 +89,7 @@ public static async Task<CompletionDescription> GetCompletionDescriptionAsync(Do
var semanticModel = await document.GetSemanticModelAsync(cancellationToken).ConfigureAwait(false);
// We choose not to display the number of "type overloads" for simplicity.
// Otherwise, we need additonal logic to track internal and public visible
// Otherwise, we need additional logic to track internal and public visible
// types separately, and cache both completion items.
return await CommonCompletionUtilities.CreateDescriptionAsync(
document.Project.Solution.Workspace,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册