Small yet annoying typo fixed.

This commit is contained in:
Henning Kowalk
2017-10-21 01:21:57 +02:00
committed by GitHub
parent c8680acdd6
commit 9d158e69f8

View File

@@ -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.