summaryrefslogtreecommitdiff
path: root/doc/webp-lossless-bitstream-spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/webp-lossless-bitstream-spec.txt')
-rw-r--r--doc/webp-lossless-bitstream-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/webp-lossless-bitstream-spec.txt b/doc/webp-lossless-bitstream-spec.txt
index 0b011961..80968029 100644
--- a/doc/webp-lossless-bitstream-spec.txt
+++ b/doc/webp-lossless-bitstream-spec.txt
@@ -464,7 +464,7 @@ image and encoded using the methods described in
During decoding, `ColorTransformElement` instances of the blocks are
decoded and the inverse color transform is applied on the ARGB values of
the pixels. As mentioned earlier, that inverse color transform is just
-subtracting `ColorTransformElement` values from the red and blue
+adding `ColorTransformElement` values to the red and blue
channels.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~