parsers: fix documentation typo

This commit is contained in:
PulkoMandy 2025-08-28 22:02:30 +02:00 committed by Link Mauve
commit 1052aaf010

View file

@ -59,7 +59,7 @@ pub enum IqPayload {
/// Payload of a type='result' stanza.
Result(Option<Element>),
/// The error carride in a type='error' stanza.
/// The error carried in a type='error' stanza.
Error(StanzaError),
}