Skip to content

Commit f93a8cf

Browse files
authored
Merge pull request #130 from SAY-5/fix-body-recieved-typo
http/body: fix 'recieved' -> 'received' in doc comment
2 parents a64d084 + e93629b commit f93a8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/body.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ impl Body {
173173

174174
/// Get a value for the length of this `Body`'s content, in bytes, if
175175
/// known. This value can come from either the Content-Length header
176-
/// recieved in the incoming request or response assocated with the body,
176+
/// received in the incoming request or response assocated with the body,
177177
/// or be provided by an exact `http_body::Body::size_hint` if the `Body`
178178
/// is constructed from an `http_body::Body` impl.
179179
pub fn content_length(&self) -> Option<u64> {

0 commit comments

Comments
 (0)