Skip to content

Commit

Permalink
Fix minor grammar error in sequence (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell authored Sep 13, 2024
1 parent 4746766 commit c563029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xilem_core/src/sequence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ where
Element: ViewElement,
{
/// 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 pass on the state of child sequences, or a child View's [`ViewState`].
///
Expand Down

0 comments on commit c563029

Please sign in to comment.