diff --git a/lib/std/http/Client.zig b/lib/std/http/Client.zig index 49843fb405..7eade117d0 100644 --- a/lib/std/http/Client.zig +++ b/lib/std/http/Client.zig @@ -1134,7 +1134,7 @@ pub fn deinit(client: *Client) void { client.* = undefined; } -/// Populates `http_proxy` and `http_proxy` via standard proxy environment variables. +/// Populates `http_proxy` and `https_proxy` via standard proxy environment variables. /// Asserts the client has no active connections. /// Uses `arena` for a few small allocations that must outlive the client, or /// at least until those fields are set to different values.