From 96078481d7672b427aa9b088af74b3f920f9d11e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 7 May 2015 13:03:07 +0100 Subject: Fixed minor typo --- lz4_Frame_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lz4_Frame_format.md b/lz4_Frame_format.md index cb41d47..e8aa08f 100644 --- a/lz4_Frame_format.md +++ b/lz4_Frame_format.md @@ -211,7 +211,7 @@ It can be safely skipped by a conformant decoder. __Header Checksum__ One-byte checksum of combined descriptor fields, including optional ones. -The value is the second byte of xxh32() : ` (xxh32()>>8) & 0xFF } ` +The value is the second byte of xxh32() : ` (xxh32()>>8) & 0xFF ` using zero as a seed, and the full Frame Descriptor as an input (including optional fields when they are present). -- cgit v0.12