Fix minor grammar error in sequence (#586)

This commit is contained in:
Jared O'Connell 2024-09-13 00:13:34 -04:00 committed by GitHub
parent 4746766d89
commit c563029372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ where
Element: ViewElement, Element: ViewElement,
{ {
/// The associated state of this sequence. The main purposes of this are: /// The associated state of this sequence. The main purposes of this are:
/// - To store generations and other data needed to avoiding routing stale messages /// - To store generations and other data needed to avoid routing stale messages
/// to incorrect views. /// to incorrect views.
/// - To pass on the state of child sequences, or a child View's [`ViewState`]. /// - To pass on the state of child sequences, or a child View's [`ViewState`].
/// ///