lz4_Frame_format.md: Fix typo HexaBytes -> Exabytes

This commit is contained in:
Niklas Hambüchen 2018-11-24 22:13:10 +01:00 committed by GitHub
parent 641b453d9d
commit ca45db8d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ __Content Size__
This is the original (uncompressed) size.
This information is optional, and only present if the associated flag is set.
Content size is provided using unsigned 8 Bytes, for a maximum of 16 HexaBytes.
Content size is provided using unsigned 8 Bytes, for a maximum of 16 Exabytes.
Format is Little endian.
This value is informational, typically for display or memory allocation.
It can be skipped by a decoder, or used to validate content correctness.