We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bc8fa commit 4ceea29Copy full SHA for 4ceea29
crates/bevy_animation/src/animation_curves.rs
@@ -621,7 +621,7 @@ pub enum EvaluatorId<'a> {
621
/// control over how animations are evaluated.
622
///
623
/// You can implement this trait when the generic [`AnimatableCurveEvaluator`]
624
-/// isn't sufficiently-expressive for your needs. For example, [`MorphWeights`]
+/// isn't sufficiently-expressive for your needs. For example, `MorphWeights`
625
/// implements this trait instead of using [`AnimatableCurveEvaluator`] because
626
/// it needs to animate arbitrarily many weights at once, which can't be done
627
/// with [`Animatable`] as that works on fixed-size values only.
0 commit comments