Fix docs typo (#19937)

Fix a doc comment typo.
This commit is contained in:
theotherphil 2025-07-03 20:02:50 +01:00 committed by GitHub
parent d16d216083
commit 4e32caf027
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`].
///