Skip to content

Commit a640c04

Browse files
authored
Fix typo in ZipArchiveEntry.xml (#11685)
1 parent 6b70ef7 commit a640c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO.Compression/ZipArchiveEntry.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ If the comment byte length is larger than <xref:System.UInt16.MaxValue>, it will
409409
-or-
410410

411411
The archive mode is set to <see cref="F:System.IO.Compression.ZipArchiveMode.Update" /> and the entry has been opened.</exception>
412-
<exception cref="T:System.ArgumentOutOfRangeException">An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight).</exception>
412+
<exception cref="T:System.ArgumentOutOfRangeException">An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (two seconds before midnight).</exception>
413413
</Docs>
414414
</Member>
415415
<Member MemberName="Length">

0 commit comments

Comments
 (0)