We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc784b commit 6672b9bCopy full SHA for 6672b9b
src/BZip2/BZip2.cs
@@ -48,7 +48,7 @@ public sealed class BZip2
48
/// Decompress <paramref name="inStream">input</paramref> writing
49
/// decompressed data to the <paramref name="outStream">output stream</paramref>
50
/// </summary>
51
- /// <param name="inStream">The stream to decompress.</param>
+ /// <param name="inStream">The stream containing data to decompress.</param>
52
/// <param name="outStream">The stream to write decompressed data to.</param>
53
public static void Decompress(Stream inStream, Stream outStream)
54
{
0 commit comments