From 14a9dbfba00e84f722c82668580b1866311b7d11 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 16 Jun 2023 10:59:21 -0700 Subject: [PATCH] webp-lossless-bitstream-spec: refine single node text Remove the ambiguous 'should' which in other contexts might result in questions as to whether it is a SHOULD or a MUST. Change-Id: I9b396187ebde5ea5a0dbaf42daee6acf541258cd --- doc/webp-lossless-bitstream-spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/webp-lossless-bitstream-spec.txt b/doc/webp-lossless-bitstream-spec.txt index 08fb580b..8d0a0fa4 100644 --- a/doc/webp-lossless-bitstream-spec.txt +++ b/doc/webp-lossless-bitstream-spec.txt @@ -847,9 +847,9 @@ stream. This may be inefficient, but it is allowed by the format. The described tree must be a complete binary tree. A single leaf node is considered a complete binary tree and can be encoded using either the simple code length code or the normal code length code. When coding a single leaf -node using the _normal code length code_, all but one code length should be -zeros, and the single leaf node value is marked with the length of 1 -- even -when no bits are consumed when that single leaf node tree is used. +node using the _normal code length code_, all but one code length are zeros, +and the single leaf node value is marked with the length of 1 -- even when no +bits are consumed when that single leaf node tree is used. **(i) Simple Code Length Code:**