From d8ff203cab537cdf0e33124245c209d31e46531c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20B=C3=BCttgenbach?= <62256001+solis-lumine-vorago@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:54:50 +0100 Subject: [PATCH] Fix typos --- examples/animation/color_animation.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/animation/color_animation.rs b/examples/animation/color_animation.rs index 1f2df4589bc38..6c3e4a766bed3 100644 --- a/examples/animation/color_animation.rs +++ b/examples/animation/color_animation.rs @@ -17,7 +17,6 @@ impl MixedColor for Oklcha {} impl MixedColor for Srgba {} impl MixedColor for Hsla {} -// This copmonent is used to #[derive(Debug, Component)] struct Curve(CubicCurve);