File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ The canceled <xref:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.Can
489
489
<Parameter Name =" cancellationToken" Type =" System.Threading.CancellationToken" Index =" 1" FrameworkAlternate =" dotnet-plat-ext-6.0" />
490
490
</Parameters >
491
491
<Docs >
492
- <param name =" minimumSize" >The minimum length that needs to be buffered in order to for the call to return.</param >
492
+ <param name =" minimumSize" >The minimum length that needs to be buffered in order for the call to return.</param >
493
493
<param name =" cancellationToken" >The token to monitor for cancellation requests. The default value is <see langword =" default" />.</param >
494
494
<summary >Asynchronously reads a sequence of bytes from the current <see cref =" T:System.IO.Pipelines.PipeReader" />.</summary >
495
495
<returns >A <see cref =" T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns >
@@ -524,7 +524,7 @@ The call returns if the <xref:System.IO.Pipelines.PipeReader> has read the `mini
524
524
<Parameter Name =" cancellationToken" Type =" System.Threading.CancellationToken" Index =" 1" FrameworkAlternate =" dotnet-plat-ext-6.0" />
525
525
</Parameters >
526
526
<Docs >
527
- <param name =" minimumSize" >The minimum length that needs to be buffered in order to for the call to return.</param >
527
+ <param name =" minimumSize" >The minimum length that needs to be buffered in order for the call to return.</param >
528
528
<param name =" cancellationToken" >The token to monitor for cancellation requests. The default value is <see langword =" default" />.</param >
529
529
<summary >Asynchronously reads a sequence of bytes from the current <see cref =" T:System.IO.Pipelines.PipeReader" />.</summary >
530
530
<returns >A <see cref =" T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns >
You can’t perform that action at this time.
0 commit comments