Fix typo in StreamBody docs (#343)

This commit is contained in:
David Pedersen 2021-09-22 16:20:43 +02:00 committed by GitHub
parent 4be4e1d17c
commit f3c155bf5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ use sync_wrapper::SyncWrapper;
pin_project! {
/// An [`http_body::Body`] created from a [`Stream`].
///
/// If purpose of this type is to be used in responses. If you want to
/// The purpose of this type is to be used in responses. If you want to
/// extract the request body as a stream consider using
/// [`BodyStream`](crate::extract::BodyStream).
///