Fixed minor typo
authorYann Collet <yann.collet.73@gmail.com>
Thu, 7 May 2015 12:03:07 +0000 (13:03 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Thu, 7 May 2015 12:03:07 +0000 (13:03 +0100)
lz4_Frame_format.md

index cb41d47..e8aa08f 100644 (file)
@@ -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).