Skip to content

Commit

Permalink
Fixed param documentation for OutputWindowPane.WriteAsync(string value)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-17 committed Nov 13, 2023
1 parent 2015c67 commit f30bbc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public async Task WriteLineAsync(string value)
/// <summary>
/// Writes the given text to the Output window pane.
/// </summary>
/// <param name="value">The text value to write. May be an empty string, in which case a newline is written.</param>
/// <param name="value">The text value to write.</param>
public async Task WriteAsync(string value)
{
await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync();
Expand Down

0 comments on commit f30bbc5

Please sign in to comment.