summaryrefslogtreecommitdiffstats
path: root/lz4_Frame_format.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-06 00:03:49 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-06 00:03:49 (GMT)
commit61d74164254d49508df7fb2c213b5346d00f8ac2 (patch)
tree35cac747e3a14bcd4e85d29c961dc5bbd847ec0a /lz4_Frame_format.md
parent17f86149c52a3a3c131c23f2b6452f172d9364a6 (diff)
downloadlz4-61d74164254d49508df7fb2c213b5346d00f8ac2.zip
lz4-61d74164254d49508df7fb2c213b5346d00f8ac2.tar.gz
lz4-61d74164254d49508df7fb2c213b5346d00f8ac2.tar.bz2
updated doc
Diffstat (limited to 'lz4_Frame_format.md')
-rw-r--r--lz4_Frame_format.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lz4_Frame_format.md b/lz4_Frame_format.md
index 55edaa0..cb41d47 100644
--- a/lz4_Frame_format.md
+++ b/lz4_Frame_format.md
@@ -341,8 +341,8 @@ Data is always compressed, even when compression is detrimental.
__EndMark__
-End of compressed stream is implicit.
-It needs to be followed by a standard EOF (End Of File) signal,
+End of legacy frame is implicit only.
+It must be followed by a standard EOF (End Of File) signal,
wether it is a file or a stream.
Alternatively, if the frame is followed by a valid Frame Magic Number,