mirror of https://github.com/rwf2/Rocket.git
Fix a typo in the documentation.
This commit is contained in:
parent
b109bb41ff
commit
d4034cf28a
|
@ -44,7 +44,7 @@ impl Redirect {
|
||||||
|
|
||||||
/// Construct a "permanent" (308) redirect response. This redirect must only
|
/// Construct a "permanent" (308) redirect response. This redirect must only
|
||||||
/// be used for permanent redirects as it is cached by clients. This
|
/// 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
|
/// a different URL, now and in the future, maintaining the contents of the
|
||||||
/// request identically. This means that, for example, a `POST` request will
|
/// request identically. This means that, for example, a `POST` request will
|
||||||
/// be resent, contents included, to the requested URL.
|
/// be resent, contents included, to the requested URL.
|
||||||
|
|
Loading…
Reference in New Issue