Make the NoResource error description less ambiguous.

Emmanuel Gil Peyrot created

Change summary

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

Detailed changes

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 @.