Skip to content

Commit

Permalink
docs(client): fix a typo (#3688)
Browse files Browse the repository at this point in the history
Signed-off-by: renshuncui <[email protected]>
  • Loading branch information
renshuncui committed Jun 21, 2024
1 parent 0a22e78 commit 7cbc361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/conn/http1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ impl Builder {

/// Set whether HTTP/1 connections will silently ignored malformed header lines.
///
/// If this is enabled and and a header line does not start with a valid header
/// If this is enabled and a header line does not start with a valid header
/// name, or does not include a colon at all, the line will be silently ignored
/// and no error will be reported.
///
Expand Down

0 comments on commit 7cbc361

Please sign in to comment.