Skip to content

Commit 77bca0e

Browse files
committed
Fix typo in XML comment
1 parent e74b525 commit 77bca0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HttpMultipartParser/RebufferableBinaryReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ private async Task<int> StreamDataAsync(CancellationToken cancellationToken = de
519519
}
520520

521521
/// <summary>
522-
/// Push the data read from the stram into the stream stack.
522+
/// Push the data read from the stream into the stream stack.
523523
/// </summary>
524524
/// <param name="buffer">
525525
/// The data that was read from the stream.

0 commit comments

Comments
 (0)