We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a64d084 + e93629b commit f93a8cfCopy full SHA for f93a8cf
src/http/body.rs
@@ -173,7 +173,7 @@ impl Body {
173
174
/// Get a value for the length of this `Body`'s content, in bytes, if
175
/// known. This value can come from either the Content-Length header
176
- /// recieved in the incoming request or response assocated with the body,
+ /// received in the incoming request or response assocated with the body,
177
/// or be provided by an exact `http_body::Body::size_hint` if the `Body`
178
/// is constructed from an `http_body::Body` impl.
179
pub fn content_length(&self) -> Option<u64> {
0 commit comments