Skip to content

Commit

Permalink
Merge pull request #1 from Its-Just-Nans/doc-correct
Browse files Browse the repository at this point in the history
Doc correct to pass the CI
  • Loading branch information
ManevilleF authored Jan 25, 2024
2 parents b4dd743 + e95d3cf commit 9dbdf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl<'h, 'b> IntoClientRequest for httparse::Request<'h, 'b> {
/// let token = "my_jwt_token";
/// let builder = ClientRequestBuilder::new(uri)
/// .with_header("Authorization", format!("Bearer {token}"))
/// .with_sub_protocol("my_sub_protocol"");
/// .with_sub_protocol("my_sub_protocol");
/// let socket = connect(builder).unwrap();
/// ```
#[derive(Debug, Clone)]
Expand Down

0 comments on commit 9dbdf1c

Please sign in to comment.