Merge branch 'typo-fix' into 'master'

Fix a typo in documentation

See merge request xmpp-rs/tokio-xmpp!3
This commit is contained in:
Astro 2019-03-12 00:32:56 +00:00
commit f7b02c210d

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;