Skip to content

Commit 4b22f8f

Browse files
abartovCopilot
andauthored
Update lib/docx/document.rb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 12a7b7b commit 4b22f8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/docx/document.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
require 'nokogiri'
66
require 'zip'
77

8-
# Disable ZIP64 support to maintain compatibility with version 0.9.1 and
9-
# ensure compatibility with all readers. Rubyzip 3.x enables ZIP64 by default,
10-
# but many readers (including pandoc) don't support it for small files.
8+
# Disable ZIP64 support to maintain compatibility with the previous default behavior
9+
# (before rubyzip 3.x) and ensure compatibility with all readers. Rubyzip 3.x enables
10+
# ZIP64 by default, but many readers (including pandoc) don't support it for small files.
1111
Zip.write_zip64_support = false
1212

1313
module Docx

0 commit comments

Comments
 (0)