Skip to content

Commit e93629b

Browse files
committed
http/body: fix 'recieved' -> 'received' in doc comment
Doc comment in src/http/body.rs line 176 read 'recieved in the incoming request'. Fixed to 'received'. Comment-only change. Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
1 parent a64d084 commit e93629b

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)