summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lz4_Block_format.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lz4_Block_format.md b/doc/lz4_Block_format.md
index 4344e9b..8f3d4b9 100644
--- a/doc/lz4_Block_format.md
+++ b/doc/lz4_Block_format.md
@@ -64,7 +64,7 @@ Example 3 : A literal length of 15 will be represented as :
Following `token` and optional length bytes, are the literals themselves.
They are exactly as numerous as previously decoded (length of literals).
-It's possible that there are zero literal.
+It's possible that there are zero literals.
Following the literals is the match copy operation.