Skip to content

Commit

Permalink
Reverted removal of a trailing space.
Browse files Browse the repository at this point in the history
My editor removes trailing spaces while saving. Not confusing things I
reverted that change.
  • Loading branch information
ulikunitz committed Oct 23, 2018
1 parent 4f702e4 commit f0fe9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zstd_compression_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f0fe9b0

Please sign in to comment.