diff --git a/src/toolkit/Community.VisualStudio.Toolkit.Shared/Helpers/OutputWindowPane.cs b/src/toolkit/Community.VisualStudio.Toolkit.Shared/Helpers/OutputWindowPane.cs index b9505f7..498518b 100644 --- a/src/toolkit/Community.VisualStudio.Toolkit.Shared/Helpers/OutputWindowPane.cs +++ b/src/toolkit/Community.VisualStudio.Toolkit.Shared/Helpers/OutputWindowPane.cs @@ -268,7 +268,7 @@ public async Task WriteLineAsync(string value) /// /// Writes the given text to the Output window pane. /// - /// The text value to write. May be an empty string, in which case a newline is written. + /// The text value to write. public async Task WriteAsync(string value) { await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync();