Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Mar 12, 2024
1 parent 97c9ea6 commit 57e608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/span_tween.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl Plugin for SpanTweenPlugin {
#[reflect(Component)]
pub struct SpanTweenPlayer;

/// Bouding enum for [`Duration`] to be exclusivively checked or inclusivively
/// Bounding enum for [`Duration`] to be exclusivively checked or inclusivively
/// checked.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Reflect)]
pub enum TimeBound {
Expand Down

0 comments on commit 57e608e

Please sign in to comment.