Reverted removal of a trailing space.

My editor removes trailing spaces while saving. Not confusing things I
reverted that change.
This commit is contained in:
Ulrich Kunitz 2018-10-23 08:43:19 +02:00
parent 4f702e4445
commit f0fe9b0f02

View 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 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 equal to `Window_Size`, sequence commands may specify offsets longer
than the total length of decoded output so far to reference back to the 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, After the total output has surpassed `Window_Size` however,
this is no longer allowed and the dictionary is no longer accessible. this is no longer allowed and the dictionary is no longer accessible.