Skip to content

Commit

Permalink
docs(headers): Remove charset from json() docs
Browse files Browse the repository at this point in the history
Leftover from ec568e9.
  • Loading branch information
dbrgn committed Mar 15, 2016
1 parent 19c9a92 commit eedd5b7
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 @@ -58,7 +58,7 @@ header! {
}

impl ContentType {
/// A constructor to easily create a `Content-Type: application/json; charset=utf-8` header.
/// A constructor to easily create a `Content-Type: application/json` header.
#[inline]
pub fn json() -> ContentType {
ContentType(mime!(Application/Json))
Expand Down

0 comments on commit eedd5b7

Please sign in to comment.