mirror of
https://github.com/openharmony/third_party_rust_h2.git
synced 2026-07-21 02:15:31 -04:00
fix doc typo (#286)
This commit is contained in:
committed by
Carl Lerche
parent
5aeeb04bb5
commit
20194910a3
+1
-1
@@ -932,7 +932,7 @@ impl<B: IntoBuf> SendResponse<B> {
|
||||
/// used to stream the response body and send trailers.
|
||||
///
|
||||
/// If a body or trailers will be sent on the returned [`SendStream`]
|
||||
/// instance, then `end_of_stream` must be set to `true` when calling this
|
||||
/// instance, then `end_of_stream` must be set to `false` when calling this
|
||||
/// function.
|
||||
///
|
||||
/// The [`SendResponse`] instance is already associated with a received
|
||||
|
||||
Reference in New Issue
Block a user