From 06ba1383ce3dced6a3c5d0a67e80b2491ea3a5c4 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Sat, 9 Nov 2024 16:38:09 -0800 Subject: [PATCH] Typo --- color/src/gradient.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color/src/gradient.rs b/color/src/gradient.rs index b6503cc..7c53e2e 100644 --- a/color/src/gradient.rs +++ b/color/src/gradient.rs @@ -31,7 +31,7 @@ pub struct GradientIter { /// simple linear interpolation in sRGB (for example). /// /// One strategy for implementing these gradients is to interpolate -/// in the appropriate (premultipled) space, then map each resulting +/// in the appropriate (premultiplied) space, then map each resulting /// color to the space used for compositing. That can be expensive. /// An alternative strategy is to precompute a piecewise linear ramp /// that closely approximates the desired ramp, then render that