]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Updated to repcode documentation to reflect dict content size 2321/head
authorsenhuang42 <senhuang96@fb.com>
Tue, 22 Sep 2020 17:24:27 +0000 (13:24 -0400)
committersenhuang42 <senhuang96@fb.com>
Tue, 22 Sep 2020 17:24:27 +0000 (13:24 -0400)
doc/zstd_compression_format.md

index 846c9066413eb08c5fab3d048d243c7200b50271..c69e63dc89e7d8504ceae04db8f98599dcf12109 100644 (file)
@@ -1440,7 +1440,7 @@ __`Entropy_Tables`__ : follow the same format as tables in [compressed blocks].
               Repeat distribution mode for sequence decoding.
               It's finally followed by 3 offset values, populating recent offsets (instead of using `{1,4,8}`),
               stored in order, 4-bytes __little-endian__ each, for a total of 12 bytes.
-              Each recent offset must have a value <= dictionary size, and cannot equal 0.
+              Each recent offset must have a value <= dictionary content size, and cannot equal 0.
 
 __`Content`__ : The rest of the dictionary is its content.
               The content act as a "past" in front of data to compress or decompress,