Skip to content

Commit f30bbc5

Browse files
committed
Fixed param documentation for OutputWindowPane.WriteAsync(string value)
1 parent 2015c67 commit f30bbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolkit/Community.VisualStudio.Toolkit.Shared/Helpers/OutputWindowPane.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public async Task WriteLineAsync(string value)
268268
/// <summary>
269269
/// Writes the given text to the Output window pane.
270270
/// </summary>
271-
/// <param name="value">The text value to write. May be an empty string, in which case a newline is written.</param>
271+
/// <param name="value">The text value to write.</param>
272272
public async Task WriteAsync(string value)
273273
{
274274
await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync();

0 commit comments

Comments
 (0)