parsers: fix documentation typo

PulkoMandy created

Change summary

parsers/src/iq.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

parsers/src/iq.rs 🔗

@@ -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),
 }