Fix a typo in documentation

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

View file

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