We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbed0c commit 3cfe085Copy full SHA for 3cfe085
src/lib.rs
@@ -83,7 +83,7 @@
83
//! # The Body Type
84
//!
85
//! 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
+//! bytes with a specific encoding; this encoding is its [`Mime` type](struct.Mime.html). The `Mime` can
87
//! be set using the [`set_content_type`](struct.Request.html#method.set_content_type) method, and
88
//! there are many different possible `Mime` types.
89
0 commit comments