Skip to content

Commit 13eed41

Browse files
committed
Correction to summary comment in ZipFile.cs
1 parent c49a22d commit 13eed41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Zip/ZipFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4282,7 +4282,7 @@ public override Stream MakeTemporaryCopy(Stream stream)
42824282
/// </summary>
42834283
/// <param name="stream">The current stream.</param>
42844284
/// <returns>Returns a stream suitable for direct updating.</returns>
4285-
/// <remarks>If the <paramref name="current"/> stream is not null this is used as is.</remarks>
4285+
/// <remarks>If the <paramref name="stream"/> is not null this is used as is.</remarks>
42864286
public override Stream OpenForDirectUpdate(Stream stream)
42874287
{
42884288
Stream result;

0 commit comments

Comments
 (0)