From 55b51719783c235bf247e21aeba3784dae677651 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 15 Jan 2024 19:10:19 +0800 Subject: [PATCH] Fix spelling (#89) --- src/client/legacy/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/legacy/client.rs b/src/client/legacy/client.rs index c2f7aaf..cf92d5b 100644 --- a/src/client/legacy/client.rs +++ b/src/client/legacy/client.rs @@ -1153,7 +1153,7 @@ impl Builder { /// Sets whether invalid header lines should be silently ignored in HTTP/1 responses. /// - /// This mimicks the behaviour of major browsers. You probably don't want this. + /// This mimics the behaviour of major browsers. You probably don't want this. /// You should only want this if you are implementing a proxy whose main /// purpose is to sit in front of browsers whose users access arbitrary content /// which may be malformed, and they expect everything that works without