mirror of https://github.com/fafhrd91/actix-web
Apply suggestions from code review
Improve wording Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
6fb26a8641
commit
8d6eaae299
|
@ -5,7 +5,7 @@
|
||||||
clippy::needless_doctest_main
|
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
|
//! ## Making a GET request
|
||||||
//!
|
//!
|
||||||
|
@ -125,7 +125,7 @@ pub use self::sender::SendClientRequest;
|
||||||
|
|
||||||
use self::connect::{Connect, ConnectorWrapper};
|
use self::connect::{Connect, ConnectorWrapper};
|
||||||
|
|
||||||
/// An asynchronous web Client.
|
/// An asynchronous HTTP and WebSocket client.
|
||||||
///
|
///
|
||||||
/// ## Examples
|
/// ## Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue