Doc: moved blank line in right place.
http://ironframework.io/doc/iron/headers/struct.ContentType.html#examples
This commit is contained in:
@@ -36,10 +36,10 @@ header! {
|
||||
#[doc="use hyper::mime::{Mime, TopLevel, SubLevel, Attr, Value};"]
|
||||
#[doc=""]
|
||||
#[doc="let mut headers = Headers::new();"]
|
||||
#[doc=""]
|
||||
#[doc="headers.set("]
|
||||
#[doc=" ContentType(Mime(TopLevel::Application, SubLevel::Json,"]
|
||||
#[doc=" vec![(Attr::Charset, Value::Utf8)]))"]
|
||||
#[doc=""]
|
||||
#[doc=");"]
|
||||
#[doc="```"]
|
||||
(ContentType, "Content-Type") => [Mime]
|
||||
|
||||
Reference in New Issue
Block a user