Fix a typo in documentation

This commit is contained in:
Voker57 2019-03-11 19:00:25 +00:00
parent fc5569a765
commit 11a45a1330

View file

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