Skip to content

Commit

Permalink
Merge pull request #611 from batisteo/patch-1
Browse files Browse the repository at this point in the history
docs(headers): move blank line in right place.
  • Loading branch information
seanmonstar committed Jul 23, 2015
2 parents 35071fb + 65ba136 commit 3bd0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/common/content_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3bd0635

Please sign in to comment.