File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ import Codec.Compression.Zlib.Stream (Stream)
101
101
-- The 'compressBufferSize' is the size of the first output buffer containing
102
102
-- the compressed data. If you know an approximate upper bound on the size of
103
103
-- the compressed data then setting this parameter can save memory. The default
104
- -- compression output buffer size is @16k@. If your extimate is wrong it does
104
+ -- compression output buffer size is @16k@. If your estimate is wrong it does
105
105
-- not matter too much, the default buffer size will be used for the remaining
106
106
-- chunks.
107
107
--
@@ -122,7 +122,7 @@ data CompressParams = CompressParams {
122
122
-- containing the uncompressed data. If you know an exact or approximate upper
123
123
-- bound on the size of the decompressed data then setting this parameter can
124
124
-- save memory. The default decompression output buffer size is @32k@. If your
125
- -- extimate is wrong it does not matter too much, the default buffer size will
125
+ -- estimate is wrong it does not matter too much, the default buffer size will
126
126
-- be used for the remaining chunks.
127
127
--
128
128
-- One particular use case for setting the 'decompressBufferSize' is if you
You can’t perform that action at this time.
0 commit comments