mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Merge branch 'typo-fix' into 'master'
Fix a typo in documentation See merge request xmpp-rs/tokio-xmpp!3
This commit is contained in:
commit
f7b02c210d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue