Skip to content

Commit

Permalink
Doc: moved blank line in right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Darthenay committed Jul 15, 2015
1 parent 7b10846 commit 65ba136
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 65ba136

Please sign in to comment.