From c56302937249ee286f98ce58988b8273af8ddc6f Mon Sep 17 00:00:00 2001 From: Jared O'Connell <46976761+jaredoconnell@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:13:34 -0400 Subject: [PATCH] Fix minor grammar error in sequence (#586) --- xilem_core/src/sequence.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xilem_core/src/sequence.rs b/xilem_core/src/sequence.rs index b1432985..dec7dc64 100644 --- a/xilem_core/src/sequence.rs +++ b/xilem_core/src/sequence.rs @@ -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`]. ///