mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Fix a typo in documentation
This commit is contained in:
parent
fc5569a765
commit
11a45a1330
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