mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 08:56:15 +01:00
Fix typo in StreamBody
docs (#343)
This commit is contained in:
parent
4be4e1d17c
commit
f3c155bf5b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use sync_wrapper::SyncWrapper;
|
||||||
pin_project! {
|
pin_project! {
|
||||||
/// An [`http_body::Body`] created from a [`Stream`].
|
/// 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
|
/// extract the request body as a stream consider using
|
||||||
/// [`BodyStream`](crate::extract::BodyStream).
|
/// [`BodyStream`](crate::extract::BodyStream).
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue