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.
2 parents 20707e3 + 7a48dc2 commit d27a4cdCopy full SHA for d27a4cd
lib/zdict.h
@@ -248,7 +248,7 @@ typedef struct {
248
* is presumed that the most profitable content is at the end of the dictionary,
249
* since that is the cheapest to reference.
250
*
251
- * `maxDictSize` must be >= max(dictContentSize, ZSTD_DICTSIZE_MIN).
+ * `maxDictSize` must be >= max(dictContentSize, ZDICT_DICTSIZE_MIN).
252
253
* @return: size of dictionary stored into `dstDictBuffer` (<= `maxDictSize`),
254
* or an error code, which can be tested by ZDICT_isError().
0 commit comments