Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Improve wording

Co-authored-by: Rob Ede <robjtede@icloud.com>
  • Loading branch information
popzxc and robjtede committed Sep 9, 2020
1 parent 6fb26a8 commit 8d6eaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down Expand Up @@ -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
///
Expand Down

0 comments on commit 8d6eaae

Please sign in to comment.