From a2de25f6b62ff9b799aeb006812adc352b8680a1 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 14 Aug 2023 17:35:35 -0700 Subject: [PATCH] webp-lossless-bitstream-spec: normalize list item case In Section 6.2 Details, use uppercase after a :. This is more consistent with the rest of the doc. Bug: webp:611 Change-Id: I7ac862c90fd8e5fe0bad0dd5e3515d3095a6dc9a --- 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 3d8a283f..26eb0d6a 100644 --- a/doc/webp-lossless-bitstream-spec.txt +++ b/doc/webp-lossless-bitstream-spec.txt @@ -832,11 +832,11 @@ The encoded image data consists of several parts: For any given pixel (x, y), there is a set of five prefix codes associated with it. These codes are (in bitstream order): - * **Prefix code #1**: used for green channel, backward-reference length, and + * **Prefix code #1**: Used for green channel, backward-reference length, and color cache. - * **Prefix code #2, #3, and #4**: used for red, blue, and alpha channels, + * **Prefix code #2, #3, and #4**: Used for red, blue, and alpha channels, respectively. - * **Prefix code #5**: used for backward-reference distance. + * **Prefix code #5**: Used for backward-reference distance. From here on, we refer to this set as a **prefix code group**.