From 8075b5ab68f19969da56b2f2174a09242da9340c Mon Sep 17 00:00:00 2001 From: Emmanuel Marty Date: Wed, 13 Jan 2021 11:30:17 +0100 Subject: [PATCH] Fix #54 (LZSA2 spec typo) reported by remy-luisant --- BlockFormat_LZSA2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlockFormat_LZSA2.md b/BlockFormat_LZSA2.md index 2a9b6c3..f46909a 100644 --- a/BlockFormat_LZSA2.md +++ b/BlockFormat_LZSA2.md @@ -58,7 +58,7 @@ Note that the match offset is negative: it is added to the current decompressed If the encoded match length is 7 or more, the 'M' bits in the token form the value 7, and an extra nibble is read: -* 0-14: the value is added to the 3 stored in the token, and then the minmatch of 2 is added, to compose the final match length. +* 0-14: the value is added to the 7 stored in the token, and then the minmatch of 2 is added, to compose the final match length. * 15: an extra byte follows If an extra byte follows here, it can have two possible types of value: