Merge pull request #217 from Henning-K/patch-1
Small yet annoying typo fixed.
This commit is contained in:
@@ -22,7 +22,7 @@ use {Certificate, Identity, IntoUrl, Method, proxy, Proxy, StatusCode, Url};
|
|||||||
static DEFAULT_USER_AGENT: &'static str =
|
static DEFAULT_USER_AGENT: &'static str =
|
||||||
concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));
|
concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));
|
||||||
|
|
||||||
/// An asynchornous `Client` to make Requests with.
|
/// An asynchronous `Client` to make Requests with.
|
||||||
///
|
///
|
||||||
/// The Client has various configuration values to tweak, but the defaults
|
/// The Client has various configuration values to tweak, but the defaults
|
||||||
/// are set to what is usually the most commonly desired value.
|
/// are set to what is usually the most commonly desired value.
|
||||||
|
|||||||
Reference in New Issue
Block a user