]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Reverted removal of a trailing space. 1384/head
authorUlrich Kunitz <ulikunitz@users.noreply.github.com>
Tue, 23 Oct 2018 06:43:19 +0000 (08:43 +0200)
committerUlrich Kunitz <ulikunitz@users.noreply.github.com>
Tue, 23 Oct 2018 06:43:19 +0000 (08:43 +0200)
My editor removes trailing spaces while saving. Not confusing things I
reverted that change.

doc/zstd_compression_format.md

index 0cf8ab1781ed1d36d9b5e06f1967a842f8d61611..a574706510907d5582626358ca8a437b385e7b7e 100644 (file)
@@ -1415,7 +1415,7 @@ __`Content`__ : The rest of the dictionary is its content.
               As long as the amount of data decoded from this frame is less than or
               equal to `Window_Size`, sequence commands may specify offsets longer
               than the total length of decoded output so far to reference back to the
-              dictionary, even parts of the dictionary with offsets larger than `Window_Size`.
+              dictionary, even parts of the dictionary with offsets larger than `Window_Size`.  
               After the total output has surpassed `Window_Size` however,
               this is no longer allowed and the dictionary is no longer accessible.