提交 9af20c16 编写于 作者: D David Poeschl 提交者: GitHub

Fixing typos

上级 7b9d8e9e
......@@ -14,7 +14,7 @@ namespace Microsoft.CodeAnalysis.Shared.Extensions
internal static class SyntaxEditorExtensions
{
/// <summary>
/// Performs several edits do a document. If multiple edits are made within the same
/// Performs several edits to a document. If multiple edits are made within the same
/// expression context, then the document/semantic-model will be forked after each edit
/// so that further edits can see if they're still safe to apply.
/// </summary>
......@@ -35,7 +35,7 @@ internal static class SyntaxEditorExtensions
}
/// <summary>
/// Performs several edits do a document. If multiple edits are made within a method
/// Performs several edits to a document. If multiple edits are made within a method
/// body then the document/semantic-model will be forked after each edit so that further
/// edits can see if they're still safe to apply.
/// </summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册