Merge branch 'typo-fix' into 'master'

Astro created

Fix a typo in documentation

See merge request xmpp-rs/tokio-xmpp!3

Change summary

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

Detailed changes

src/lib.rs 🔗

@@ -1,6 +1,6 @@
 #![deny(unsafe_code, unused, missing_docs)]
 
-//! XMPP implemeentation with asynchronous I/O using Tokio.
+//! XMPP implementation with asynchronous I/O using Tokio.
 
 #[macro_use]
 extern crate derive_error;