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;
Astro created
Fix a typo in documentation
See merge request xmpp-rs/tokio-xmpp!3
src/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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;