Skip to content

Commit 409b2f1

Browse files
authored
Remove reference to nonexisting parameter in PipeReader.CopyToAsync summary (#10287)
1 parent fd49e8b commit 409b2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO.Pipelines/PipeReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The canceled <xref:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.Can
296296
<Docs>
297297
<param name="destination">The pipe writer to which the contents of the current stream will be copied.</param>
298298
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
299-
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified <see cref="T:System.IO.Pipelines.PipeWriter" />, using a specified buffer size and cancellation token.</summary>
299+
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified <see cref="T:System.IO.Pipelines.PipeWriter" />, using a specified cancellation token.</summary>
300300
<returns>A task that represents the asynchronous copy operation.</returns>
301301
<remarks>To be added.</remarks>
302302
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>

0 commit comments

Comments
 (0)