Fix typo in `Redirect` documentation.

This commit is contained in:
Eijebong 2017-01-10 20:58:19 +01:00 committed by Sergio Benitez
parent d4d5c5dd29
commit 1398626710
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ impl Redirect {
/// Construct a "permanent" (308) redirect response. This redirect must only
/// be used for permanent redirects as it is cached by clients. This
/// response instructs the client to reissue requests tot he current URL to
/// response instructs the client to reissue requests for the current URL to
/// a different URL, now and in the future, maintaining the contents of the
/// request identically. This means that, for example, a `POST` request will
/// be resent, contents included, to the requested URL.