Skip to content

Commit d98a905

Browse files
authored
Fix PipeReader typo (dotnet#7459)
1 parent 954ae04 commit d98a905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.IO.Pipelines/PipeReader.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ The canceled <xref:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.Can
489489
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="1" FrameworkAlternate="dotnet-plat-ext-6.0" />
490490
</Parameters>
491491
<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>
493493
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
494494
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
495495
<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
524524
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="1" FrameworkAlternate="dotnet-plat-ext-6.0" />
525525
</Parameters>
526526
<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>
528528
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
529529
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
530530
<returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns>

0 commit comments

Comments
 (0)