Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/lz4_Block_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Example 3 : A literal length of 15 will be represented as :

Following `token` and optional length bytes, are the literals themselves.
They are exactly as numerous as previously decoded (length of literals).
It's possible that there are zero literal.
It's possible that there are zero literals.


Following the literals is the match copy operation.
Expand Down