fix typos
This commit is contained in:
parent
a503c8534f
commit
2ff89a9e42
16 changed files with 39 additions and 38 deletions
|
|
@ -43,7 +43,7 @@ enum IntoEventsInner {
|
|||
/// End of iteration: this state generates an end-of-iterator state.
|
||||
///
|
||||
/// Note that the [`rxml::Event::EndElement`] event for the element itself
|
||||
/// is generated by the iterator alraedy in the `Nodes` state, when
|
||||
/// is generated by the iterator already in the `Nodes` state, when
|
||||
/// `nested` is None and `remaining` returns `None` from its `next()`
|
||||
/// implementation.
|
||||
Fin,
|
||||
|
|
|
|||
Loading…
Reference in a new issue