aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorszabadka <szabadka@users.noreply.github.com>2015-10-27 12:19:53 +0100
committerszabadka <szabadka@users.noreply.github.com>2015-10-27 12:19:53 +0100
commit8523d36e698eced028b938c834d38a89d3988caa (patch)
treec12a186d1f9cc1c4cc9da866f6dbb4238025fbf6 /docs
parenta48c2e23e4b02a05f0e27c3f71681a70fea3f32f (diff)
parent11286539a59bb71b6a62e3c8f1b0884d8554a97c (diff)
downloadbrotli-8523d36e698eced028b938c834d38a89d3988caa.tar.gz
Merge pull request #242 from ende76/spec_suggest_block_switch
Added note about invalid block type value in block switch commands
Diffstat (limited to 'docs')
-rw-r--r--docs/draft-alakuijala-brotli-07.nroff2
-rw-r--r--docs/draft-alakuijala-brotli-07.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/draft-alakuijala-brotli-07.nroff b/docs/draft-alakuijala-brotli-07.nroff
index 898924f..1ab0a17 100644
--- a/docs/draft-alakuijala-brotli-07.nroff
+++ b/docs/draft-alakuijala-brotli-07.nroff
@@ -1013,7 +1013,7 @@ block category. In other words, the set of literal, insert-and-copy
length and distance block types must be [0..NBLTYPESL-1],
[0..NBLTYPESI-1], and [0..NBLTYPESD-1], respectively. From this it
follows that the alphabet size of literal, insert-and-copy length and
-distance block type codes is NBLTYPES + 2, NBLTYPESI + 2 and
+distance block type codes is NBLTYPESL + 2, NBLTYPESI + 2 and
NBLTYPESD + 2, respectively.
Each block count in the compressed data is represented with a pair
diff --git a/docs/draft-alakuijala-brotli-07.txt b/docs/draft-alakuijala-brotli-07.txt
index 969952d..f9f6862 100644
--- a/docs/draft-alakuijala-brotli-07.txt
+++ b/docs/draft-alakuijala-brotli-07.txt
@@ -1105,7 +1105,7 @@ Internet-Draft Brotli October 2015
length and distance block types must be [0..NBLTYPESL-1],
[0..NBLTYPESI-1], and [0..NBLTYPESD-1], respectively. From this it
follows that the alphabet size of literal, insert-and-copy length and
- distance block type codes is NBLTYPES + 2, NBLTYPESI + 2 and
+ distance block type codes is NBLTYPESL + 2, NBLTYPESI + 2 and
NBLTYPESD + 2, respectively.
Each block count in the compressed data is represented with a pair