mirror of https://github.com/rwf2/Rocket.git
Change wordering of ContentType structure docs.
This commit is contained in:
parent
320f2e0efa
commit
7dc6e432b8
|
@ -8,7 +8,7 @@ use std::fmt;
|
||||||
|
|
||||||
use router::Collider;
|
use router::Collider;
|
||||||
|
|
||||||
/// Rocket's representation of HTTP Content-Types.
|
/// Typed representation of HTTP Content-Types.
|
||||||
///
|
///
|
||||||
/// This type wraps raw HTTP `Content-Type`s in a type-safe manner. It provides
|
/// This type wraps raw HTTP `Content-Type`s in a type-safe manner. It provides
|
||||||
/// methods to create and test against common HTTP content-types. It also
|
/// methods to create and test against common HTTP content-types. It also
|
||||||
|
|
Loading…
Reference in New Issue