We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49a22d commit 13eed41Copy full SHA for 13eed41
1 file changed
src/Zip/ZipFile.cs
@@ -4282,7 +4282,7 @@ public override Stream MakeTemporaryCopy(Stream stream)
4282
/// </summary>
4283
/// <param name="stream">The current stream.</param>
4284
/// <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>
+ /// <remarks>If the <paramref name="stream"/> is not null this is used as is.</remarks>
4286
public override Stream OpenForDirectUpdate(Stream stream)
4287
{
4288
Stream result;
0 commit comments