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;
Voker57 created
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;