From 6fd46427af06c1a8237e7fd41d51746d7366a4ee Mon Sep 17 00:00:00 2001 From: Dmitry Konishchev Date: Sun, 25 Jun 2017 16:41:51 +0300 Subject: [PATCH] docs(headers): fix a typo in ContentType header's doc --- src/header/common/content_type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header/common/content_type.rs b/src/header/common/content_type.rs index 6ad2ac79..0124a79e 100644 --- a/src/header/common/content_type.rs +++ b/src/header/common/content_type.rs @@ -23,7 +23,7 @@ header! { /// /// # Example values /// * `text/html; charset=utf-8` - /// * `application/json + /// * `application/json` /// /// # Examples /// ```