diff --git a/crates/bevy_state/src/state/state_set.rs b/crates/bevy_state/src/state/state_set.rs index 3cf1e1d260..60e8f7d850 100644 --- a/crates/bevy_state/src/state/state_set.rs +++ b/crates/bevy_state/src/state/state_set.rs @@ -21,7 +21,7 @@ mod sealed { /// A [`States`] type or tuple of types which implement [`States`]. /// -/// This trait is used allow implementors of [`States`], as well +/// This trait is used to allow implementors of [`States`], as well /// as tuples containing exclusively implementors of [`States`], to /// be used as [`ComputedStates::SourceStates`]. ///