Apply suggestions from code review

Improve wording

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Igor Aleksanov 2020-09-09 14:04:15 +03:00 committed by GitHub
parent 6fb26a8641
commit 8d6eaae299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
clippy::needless_doctest_main
)]
//! `awc` is a HTTP/WebSocket Client library implemented atop of `actix` stack.
//! `awc` is a HTTP and WebSocket client library built using the Actix ecosystem.
//!
//! ## Making a GET request
//!
@ -125,7 +125,7 @@ pub use self::sender::SendClientRequest;
use self::connect::{Connect, ConnectorWrapper};
/// An asynchronous web Client.
/// An asynchronous HTTP and WebSocket client.
///
/// ## Examples
///