From: Ulrich Kunitz Date: Tue, 23 Oct 2018 06:43:19 +0000 (+0200) Subject: Reverted removal of a trailing space. X-Git-Tag: v1.3.8~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0fe9b0f0298ed8e5c2eebf36e024803f176f6dd;p=thirdparty%2Fzstd.git Reverted removal of a trailing space. My editor removes trailing spaces while saving. Not confusing things I reverted that change. --- diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index 0cf8ab178..a57470651 100644 --- a/doc/zstd_compression_format.md +++ b/doc/zstd_compression_format.md @@ -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.