Skip to content

Commit 7cbc361

Browse files
authored
docs(client): fix a typo (#3688)
Signed-off-by: renshuncui <[email protected]>
1 parent 0a22e78 commit 7cbc361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/conn/http1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ impl Builder {
376376

377377
/// Set whether HTTP/1 connections will silently ignored malformed header lines.
378378
///
379-
/// If this is enabled and and a header line does not start with a valid header
379+
/// If this is enabled and a header line does not start with a valid header
380380
/// name, or does not include a colon at all, the line will be silently ignored
381381
/// and no error will be reported.
382382
///

0 commit comments

Comments
 (0)