Skip to content

Commit 3e435cf

Browse files
authored
docs(client): Include exec arg in client::conn::http2::handshake doc (#3694)
1 parent 111d038 commit 3e435cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/conn/http2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub struct Builder<Ex> {
6363

6464
/// Returns a handshake future over some IO.
6565
///
66-
/// This is a shortcut for `Builder::new().handshake(io)`.
66+
/// This is a shortcut for `Builder::new(exec).handshake(io)`.
6767
/// See [`client::conn`](crate::client::conn) for more.
6868
pub async fn handshake<E, T, B>(
6969
exec: E,

0 commit comments

Comments
 (0)