Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn-lumen committed Mar 21, 2024
1 parent 47a8d4a commit d8ff203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/animation/color_animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T: CurveColor>(CubicCurve<T>);

Expand Down

0 comments on commit d8ff203

Please sign in to comment.