From 014c5d4ee38cf557c771f4a873efe9cdfaf8848b Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Thu, 14 Aug 2025 01:46:52 +0300 Subject: [PATCH] Fix typo in ZipArchiveEntry.xml The sentence: > ... 2107 December 31 23:59:58 (one second before midnight) Should read: > ... 2107 December 31 23:59:58 (**two seconds** before midnight) --- xml/System.IO.Compression/ZipArchiveEntry.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.IO.Compression/ZipArchiveEntry.xml b/xml/System.IO.Compression/ZipArchiveEntry.xml index ceac7bd0260..b94d089d3ab 100644 --- a/xml/System.IO.Compression/ZipArchiveEntry.xml +++ b/xml/System.IO.Compression/ZipArchiveEntry.xml @@ -409,7 +409,7 @@ If the comment byte length is larger than , it will -or- The archive mode is set to and the entry has been opened. - 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). + 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).