From a3b75541511ff3c766c889529961fc4374e3acd8 Mon Sep 17 00:00:00 2001 From: dupoxy Date: Sat, 9 Dec 2023 12:44:18 +0100 Subject: [PATCH] Fix: Replace 'is' with 'in' for the Posterize compositing node --- manual/compositing/types/filter/posterize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/compositing/types/filter/posterize.rst b/manual/compositing/types/filter/posterize.rst index d814545da..08b0f7707 100644 --- a/manual/compositing/types/filter/posterize.rst +++ b/manual/compositing/types/filter/posterize.rst @@ -21,7 +21,7 @@ Image Standard color input. Steps The number of colors per channel; - A value of 8 will result is :math:`8^3 = 512` total colors. + A value of 8 will result in :math:`8^3 = 512` total colors. Properties -- 2.30.2