From c9b9e6ae11f3dace7c99f85cad8afe046f8203b8 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 29 Aug 2023 08:34:47 +0200 Subject: [PATCH] Fix a typo in the Mint.HTTP1 docs (#408) --- lib/mint/http1.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mint/http1.ex b/lib/mint/http1.ex index 1b43e216..f19149ce 100644 --- a/lib/mint/http1.ex +++ b/lib/mint/http1.ex @@ -24,7 +24,7 @@ defmodule Mint.HTTP1 do @behaviour Mint.Core.Conn @typedoc """ - A Mint HTTP/2 connection struct. + A Mint HTTP/1 connection struct. The struct's fields are private. """