From 97bb38635c0616ab024af0a71b3d115fcbc4382a Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sat, 17 Aug 2019 08:04:42 +0200 Subject: [PATCH] `number` instead of `nb` suggested by @terrelln --- doc/zstd_compression_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index 39a8f1776..111dd98ae 100644 --- a/doc/zstd_compression_format.md +++ b/doc/zstd_compression_format.md @@ -388,7 +388,7 @@ The upper 21 bits of `Block_Header` represent the `Block_Size`. When `Block_Type` is `Compressed_Block` or `Raw_Block`, `Block_Size` is the size of `Block_Content`, hence excluding `Block_Header`. When `Block_Type` is `RLE_Block`, `Block_Content`’s size is always 1, -and `Block_Size` represents the nb of times this byte must be repeated. +and `Block_Size` represents the number of times this byte must be repeated. A block can contain and decompress into any number of bytes (even zero), up to `Block_Maximum_Decompressed_Size`, which is the smallest of: - Window_Size -- 2.47.2