parsers: fix documentation typo
This commit is contained in:
parent
0a1b291574
commit
1052aaf010
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ pub enum IqPayload {
|
||||||
/// Payload of a type='result' stanza.
|
/// Payload of a type='result' stanza.
|
||||||
Result(Option<Element>),
|
Result(Option<Element>),
|
||||||
|
|
||||||
/// The error carride in a type='error' stanza.
|
/// The error carried in a type='error' stanza.
|
||||||
Error(StanzaError),
|
Error(StanzaError),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue