summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Wessels <fwessels@xs4all.nl>2021-10-25 03:15:39 (GMT)
committerGitHub <noreply@github.com>2021-10-25 03:15:39 (GMT)
commit775758cbb1bdcdf0b2d8a964304251b3e27b5dbf (patch)
treefd726377023f3c06935e2accbcc761334865cba2
parent0e2743cead436db17dc04a8b518aee215593ffca (diff)
downloadlz4-775758cbb1bdcdf0b2d8a964304251b3e27b5dbf.zip
lz4-775758cbb1bdcdf0b2d8a964304251b3e27b5dbf.tar.gz
lz4-775758cbb1bdcdf0b2d8a964304251b3e27b5dbf.tar.bz2
Update lz4_Block_format.md
Mini typo
-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.