Fix typo in documentation

This commit is contained in:
Jan-Erik Rediger
2016-12-15 09:52:33 +01:00
committed by GitHub
parent 68aa3f7f62
commit 8487bf3418

View File

@@ -34,7 +34,7 @@ impl RedirectPolicy {
///
/// The default RedirectPolicy handles redirect loops and a maximum loop
/// 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
/// return values.