bevy/crates/bevy_animation/src
Rob Parrett da5d2fccf5
Fix some duplicate words in docs/comments (#15980)
# Objective

Stumbled upon one of these, and set off in search of more, armed with my
trusty `\b(\w+)\s+\1\b`.

## Solution

Remove ~one~ one of them.
2024-10-20 01:03:27 +00:00
..
animatable.rs Fix additive blending of quaternions (#15662) 2024-10-05 20:03:10 +00:00
animation_curves.rs Make AnimatableCurve::curve public (#15831) 2024-10-10 18:51:17 +00:00
animation_event.rs Remove the Component trait implementation from Handle (#15796) 2024-10-09 21:10:01 +00:00
gltf_curves.rs Remove thiserror from bevy_animation (#15780) 2024-10-09 14:16:21 +00:00
graph.rs Fix some duplicate words in docs/comments (#15980) 2024-10-20 01:03:27 +00:00
lib.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
transition.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00