diff --git a/src/lib.rs b/src/lib.rs index fcd6f5517bd19baa507429899b97b3f80804e87d..05ea4817decbb0bec691d590e6f616e81878a306 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,7 +20,7 @@ pub enum JidParseError { NoDomain, /// Happens when there is no resource, that is string contains no /. - #[fail(display = "no resource found in this JID")] + #[fail(display = "no resource found in this full JID")] NoResource, /// Happens when the node is empty, that is the string starts with a @.