Skip to content

Commit

Permalink
docs(client): Include exec arg in client::conn::http2::handshake doc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrk committed Jun 30, 2024
1 parent 111d038 commit 3e435cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/conn/http2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub struct Builder<Ex> {

/// Returns a handshake future over some IO.
///
/// This is a shortcut for `Builder::new().handshake(io)`.
/// This is a shortcut for `Builder::new(exec).handshake(io)`.
/// See [`client::conn`](crate::client::conn) for more.
pub async fn handshake<E, T, B>(
exec: E,
Expand Down

0 comments on commit 3e435cf

Please sign in to comment.