Skip to content

Commit 6672b9b

Browse files
committed
Update summary comment.
1 parent 5dc784b commit 6672b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BZip2/BZip2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public sealed class BZip2
4848
/// Decompress <paramref name="inStream">input</paramref> writing
4949
/// decompressed data to the <paramref name="outStream">output stream</paramref>
5050
/// </summary>
51-
/// <param name="inStream">The stream to decompress.</param>
51+
/// <param name="inStream">The stream containing data to decompress.</param>
5252
/// <param name="outStream">The stream to write decompressed data to.</param>
5353
public static void Decompress(Stream inStream, Stream outStream)
5454
{

0 commit comments

Comments
 (0)