mirror of https://github.com/linebender/xilem
Fix minor grammar error in sequence (#586)
This commit is contained in:
parent
4746766d89
commit
c563029372
|
@ -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`].
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue