Merge pull request #35 from badboy/patch-1

Fix typo in documentation
This commit is contained in:
Sean McArthur
2016-12-15 11:51:38 -08:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ impl RedirectPolicy {
/// ///
/// The default RedirectPolicy handles redirect loops and a maximum loop /// The default RedirectPolicy handles redirect loops and a maximum loop
/// chain, but the custom variant does not do that for you automatically. /// chain, but the custom variant does not do that for you automatically.
/// The custom policy should hanve some way of handling those. /// The custom policy should have some way of handling those.
/// ///
/// There are variants on `::Error` for both cases that can be used as /// There are variants on `::Error` for both cases that can be used as
/// return values. /// return values.