From 11a45a1330b0763429e41edf707cf08e4eeee504 Mon Sep 17 00:00:00 2001 From: Voker57 Date: Mon, 11 Mar 2019 19:00:25 +0000 Subject: [PATCH] Fix a typo in documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 50fdcf7..bfed02a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;