Merge pull request #217 from Henning-K/patch-1

Small yet annoying typo fixed.
This commit is contained in:
Sean McArthur
2017-10-20 17:35:36 -07:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ use {Certificate, Identity, IntoUrl, Method, proxy, Proxy, StatusCode, Url};
static DEFAULT_USER_AGENT: &'static str =
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
/// are set to what is usually the most commonly desired value.