Skip to content

Commit 4ceea29

Browse files
committed
comment
1 parent 23bc8fa commit 4ceea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_animation/src/animation_curves.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ pub enum EvaluatorId<'a> {
621621
/// control over how animations are evaluated.
622622
///
623623
/// You can implement this trait when the generic [`AnimatableCurveEvaluator`]
624-
/// isn't sufficiently-expressive for your needs. For example, [`MorphWeights`]
624+
/// isn't sufficiently-expressive for your needs. For example, `MorphWeights`
625625
/// implements this trait instead of using [`AnimatableCurveEvaluator`] because
626626
/// it needs to animate arbitrarily many weights at once, which can't be done
627627
/// with [`Animatable`] as that works on fixed-size values only.

0 commit comments

Comments
 (0)