We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2b3ac commit c26be72Copy full SHA for c26be72
src/archive/zip/struct.go
@@ -143,9 +143,9 @@ type FileHeader struct {
143
// Deprecated: Use CompressedSize64 instead.
144
CompressedSize uint32
145
146
- // UncompressedSize is the compressed size of the file in bytes.
+ // UncompressedSize is the uncompressed size of the file in bytes.
147
// If either the uncompressed or compressed size of the file
148
- // does not fit in 32 bits, CompressedSize is set to ^uint32(0).
+ // does not fit in 32 bits, UncompressedSize is set to ^uint32(0).
149
//
150
// Deprecated: Use UncompressedSize64 instead.
151
UncompressedSize uint32
0 commit comments