Skip to content

Commit 3cfe085

Browse files
author
Daniel Rivas Perez
committed
Remove some ambiguity around Mime types
1 parent 1dbed0c commit 3cfe085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
//! # The Body Type
8484
//!
8585
//! In HTTP, [`Body`](struct.Body.html) types are optional. The content of a `Body` is a stream of
86-
//! bytes with a specific encoding, also known as its [`Mime` type](struct.Mime.html). The `Mime` can
86+
//! bytes with a specific encoding; this encoding is its [`Mime` type](struct.Mime.html). The `Mime` can
8787
//! be set using the [`set_content_type`](struct.Request.html#method.set_content_type) method, and
8888
//! there are many different possible `Mime` types.
8989
//!

0 commit comments

Comments
 (0)