File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
// A Decoder can be used in two modes:
67
67
//
68
68
// 1) As a stream, or
69
- // 2) For stateless decoding using DecodeAll or DecodeBuffer .
69
+ // 2) For stateless decoding using DecodeAll.
70
70
//
71
71
// Only a single stream can be decoded concurrently, but the same decoder
72
72
// can run multiple concurrent stateless decodes. It is even possible to
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ func WithEncoderConcurrency(n int) EOption {
69
69
}
70
70
71
71
// WithWindowSize will set the maximum allowed back-reference distance.
72
- // The value must be a power of two between WindowSizeMin and WindowSizeMax .
72
+ // The value must be a power of two between MinWindowSize and MaxWindowSize .
73
73
// A larger value will enable better compression but allocate more memory and,
74
74
// for above-default values, take considerably longer.
75
75
// The default value is determined by the compression level.
You can’t perform that action at this time.
0 commit comments