Skip to content

Commit 5fe806f

Browse files
committed
fix test failing on PR
1 parent 31d8d63 commit 5fe806f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tween.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pub use systems::{
237237
pub struct SkipTween;
238238

239239
/// Automatically managed by an [`Interpolation`] such as [`EaseKind`] and
240-
/// [`EaseClosure`] when a tween has the component [`TimeSpanProgress`](bevy_time_runner::TimeSpanProgress).
240+
/// [`EaseClosure`] when a tween has the component [`TimeSpanProgress`].
241241
/// See [`sample_interpolations_system`]
242242
///
243243
/// [`sample_interpolations_system`]: crate::interpolation::sample_interpolations_system

0 commit comments

Comments
 (0)