From fe80fbbd6b4b5a18c6a9e5a8846287572c3dbaa8 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 12 Jun 2023 22:03:01 -0700 Subject: [PATCH] webp-container-spec: add some missing commas The serial comma change is based on the Chicago Manual of Style (CMOS), 17th edition. Change-Id: I642d6eb87492bb671869b25415c59b96b749c798 --- doc/webp-container-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/webp-container-spec.txt b/doc/webp-container-spec.txt index 2503df38..fdcd3932 100644 --- a/doc/webp-container-spec.txt +++ b/doc/webp-container-spec.txt @@ -22,8 +22,8 @@ Introduction WebP is an image format that uses either (i) the VP8 key frame encoding to compress image data in a lossy way or (ii) the WebP lossless encoding. These -encoding schemes should make it more efficient than older formats such as JPEG, -GIF and PNG. It is optimized for fast image transfer over the network (for +encoding schemes should make it more efficient than older formats, such as JPEG, +GIF, and PNG. It is optimized for fast image transfer over the network (for example, for websites). The WebP format has feature parity (color profile, metadata, animation, etc.) with other formats as well. This document describes the structure of a WebP file.