Fix a typo in the documentation.

This commit is contained in:
Eijebong 2017-01-10 20:58:19 +01:00
parent b109bb41ff
commit d4034cf28a
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.