mirror of https://github.com/rwf2/Rocket.git
Fix minor typo.
This commit is contained in:
parent
6742041468
commit
380e75c4e4
|
@ -303,7 +303,7 @@ are:
|
||||||
* [`NamedFile`] - Streams a file to the client; automatically sets the
|
* [`NamedFile`] - Streams a file to the client; automatically sets the
|
||||||
Content-Type based on the file's extension.
|
Content-Type based on the file's extension.
|
||||||
* [`Redirect`] - Redirects the client to a different URI.
|
* [`Redirect`] - Redirects the client to a different URI.
|
||||||
* [`content`] - Contains types that override the Content-Type a response.
|
* [`content`] - Contains types that override the Content-Type of a response.
|
||||||
* [`status`] - Contains types that override the status code of a response.
|
* [`status`] - Contains types that override the status code of a response.
|
||||||
* [`Flash`] - Sets a "flash" cookie that is removed when accessed.
|
* [`Flash`] - Sets a "flash" cookie that is removed when accessed.
|
||||||
* [`Json`] - Automatically serializes values into JSON.
|
* [`Json`] - Automatically serializes values into JSON.
|
||||||
|
|
Loading…
Reference in New Issue