Skip to content

Commit

Permalink
Update summary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreilly committed Nov 4, 2006
1 parent 5dc784b commit 6672b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BZip2/BZip2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public sealed class BZip2
/// Decompress <paramref name="inStream">input</paramref> writing
/// decompressed data to the <paramref name="outStream">output stream</paramref>
/// </summary>
/// <param name="inStream">The stream to decompress.</param>
/// <param name="inStream">The stream containing data to decompress.</param>
/// <param name="outStream">The stream to write decompressed data to.</param>
public static void Decompress(Stream inStream, Stream outStream)
{
Expand Down

0 comments on commit 6672b9b

Please sign in to comment.