From a3e09b93136cf3047df3c196a8377b5ca4a18ca5 Mon Sep 17 00:00:00 2001 From: makoto-developer <72484465+makoto-developer@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:24:39 +0900 Subject: [PATCH] Fix "withing" -> "within" typo in Mint.HTTP docs --- lib/mint/http.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mint/http.ex b/lib/mint/http.ex index 277ac4a5..92b24eb4 100644 --- a/lib/mint/http.ex +++ b/lib/mint/http.ex @@ -950,7 +950,7 @@ defmodule Mint.HTTP do > #### Hanging Waiting for Bytes {: .warning} > > If `byte_count` is greater than `0` and the socket doesn't receive - > *at least* `byte_count` bytes withing the `timeout`, then the function + > *at least* `byte_count` bytes within the `timeout`, then the function > will block for the duration of `timeout` and then return a timeout error. > This behavior is the same as the `recv` function in [`:gen_tcp`](`:gen_tcp`) > and [`:ssl`](`:ssl`).