Skip to content

Commit

Permalink
Update src/next/builder.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg authored Feb 9, 2024
1 parent 587c1b4 commit 0b8c6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/next/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl super::Client {
/// use std::future::IntoFuture;
/// # let conn = graphql_ws_client::Conn
/// # fn main() -> Result<(), graphql_ws_client_::Error> {
/// let (client, actor) = Client::new(conn).await?
/// let (client, actor) = Client::build(conn).await?
/// # }
/// ```
pub fn build<Conn>(connection: Conn) -> ClientBuilder
Expand Down

0 comments on commit 0b8c6eb

Please sign in to comment.