Skip to content

Commit d27a4cd

Browse files
authored
Merge pull request #4143 from facebook/fix_dictsizemin_dic
fix doc nit: ZDICT_DICTSIZE_MIN
2 parents 20707e3 + 7a48dc2 commit d27a4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zdict.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ typedef struct {
248248
* is presumed that the most profitable content is at the end of the dictionary,
249249
* since that is the cheapest to reference.
250250
*
251-
* `maxDictSize` must be >= max(dictContentSize, ZSTD_DICTSIZE_MIN).
251+
* `maxDictSize` must be >= max(dictContentSize, ZDICT_DICTSIZE_MIN).
252252
*
253253
* @return: size of dictionary stored into `dstDictBuffer` (<= `maxDictSize`),
254254
* or an error code, which can be tested by ZDICT_isError().

0 commit comments

Comments
 (0)