From 9af20c169878e648a976e0b7d2066c53363b9cab Mon Sep 17 00:00:00 2001 From: David Poeschl Date: Wed, 13 Sep 2017 16:01:12 -0700 Subject: [PATCH] Fixing typos --- .../Core/Portable/Shared/Extensions/SyntaxEditorExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Workspaces/Core/Portable/Shared/Extensions/SyntaxEditorExtensions.cs b/src/Workspaces/Core/Portable/Shared/Extensions/SyntaxEditorExtensions.cs index 653959ef3dc..ce00033d535 100644 --- a/src/Workspaces/Core/Portable/Shared/Extensions/SyntaxEditorExtensions.cs +++ b/src/Workspaces/Core/Portable/Shared/Extensions/SyntaxEditorExtensions.cs @@ -14,7 +14,7 @@ namespace Microsoft.CodeAnalysis.Shared.Extensions internal static class SyntaxEditorExtensions { /// - /// 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. /// @@ -35,7 +35,7 @@ internal static class SyntaxEditorExtensions } /// - /// 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. /// -- GitLab