Skip to content

Commit be070e8

Browse files
authored
doc: fix form url encoded header (#225)
1 parent 04e44af commit be070e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/content_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl ContentType {
7272
ContentType(mime::TEXT_XML)
7373
}
7474

75-
/// A constructor to easily create a `Content-Type: application/www-form-url-encoded` header.
75+
/// A constructor to easily create a `Content-Type: application/x-www-form-url-encoded` header.
7676
#[inline]
7777
pub fn form_url_encoded() -> ContentType {
7878
ContentType(mime::APPLICATION_WWW_FORM_URLENCODED)

0 commit comments

Comments
 (0)