Skip to content

Commit 55b5171

Browse files
authored
Fix spelling (#89)
1 parent da6e35b commit 55b5171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/legacy/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ impl Builder {
11531153

11541154
/// Sets whether invalid header lines should be silently ignored in HTTP/1 responses.
11551155
///
1156-
/// This mimicks the behaviour of major browsers. You probably don't want this.
1156+
/// This mimics the behaviour of major browsers. You probably don't want this.
11571157
/// You should only want this if you are implementing a proxy whose main
11581158
/// purpose is to sit in front of browsers whose users access arbitrary content
11591159
/// which may be malformed, and they expect everything that works without

0 commit comments

Comments
 (0)