Skip to content

Commit 4db290a

Browse files
committed
doc: use correct body trait ref
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 2c99fe1 commit 4db290a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasi-http/src/p3/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl Request {
125125
)
126126
}
127127

128-
/// Convert this [`Request`] into an [`http::Request<BoxBody<Bytes, ErrorCode>>`].
128+
/// Convert this [`Request`] into an [`http::Request<UnsyncBoxBody<Bytes, ErrorCode>>`].
129129
///
130130
/// The specified future `fut` can be used to communicate a request processing
131131
/// error, if any, back to the caller (e.g., if this request was constructed

0 commit comments

Comments
 (0)